Friday 1 March 2013

Differences between C++ and Java


1.      Java does not include structure and union.
  1. It is not possible to declare unsigned integer in Java.
  2. Pointers don’t exist in Java.
  3. Java does not have a preprocessor.
  4. There are no header files and delete operators.
  5. Java does not allow goto, sizeof and typedef.
  6. Java does not support the multiple inheritance.

No comments:

Post a Comment