1.

Differences Between C And Java?

Answer»
  1. JAVA is Object-Oriented while C is procedural.
  2. Java is an Interpreted language while C is a compiled language.
  3. C is a low-level language while JAVA is a high-level language.
  4. C uses the top-down approach while JAVA uses the bottom-up approach.
  5. Pointer go BACKSTAGE in JAVA while C requires explicit handling of pointers.
  6. The Behind-the-scenes Memory Management with JAVA & The User-Based Memory Management in C.
  7. JAVA supports Method Overloading while C does not support overloading at all.
  8. UNLIKE C, JAVA does not support Preprocessors, & does not really them.
  9. The standard Input & OUTPUT Functions--C uses the PRINTF & scanf functions as its standard input & output while JAVA uses the System.out.print & System.in.read functions.
  10. EXCEPTION Handling in JAVA And the errors & crashes in C.



Discussion

No Comment Found