Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for sonofelâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #278659 | Initial revision | — | about 4 years ago |
Answer | — |
A: What's the difference between null pointers and NULL? In short, NULL is the 0 value, and a null pointer is a pointer variable that points to nothing. > some systems allowing a different representation of the null pointer other than zero Years back compilers implemented some things on their own, partly because the language standards weren't str... (more) |
— | about 4 years ago |
Edit | Post #278473 | Initial revision | — | about 4 years ago |
Question | — |
Will my implementation of a Spring Boot app work after being deployed on the Internet? Say I want to implement a very basic group chat application. I use the H2 database, a user class, a controller, and a text file in the Resources folder that stores the chat texts. All texts would be appended to the text file and a JS function would refresh the page periodically with the file data. No... (more) |
— | about 4 years ago |