What is the difference between C++ & Java?
Answer Posted / abc
->java not suppport operator
overloading,typedef,preprocessor,multiple
inheritance,structure,union,goto.
->there are no stand alone function in java.
->scop resolution operator replaced by dot(.)
->no need to include header files.
->java uses compiler and interpreter both, but c++ has
their is only compiler.
->java does not support unsigned integer.
->thread support is built in java but not in c++.
->internet support is built in java but not in c++.
->all code in java program is encapsulated with more than
one class.
->java does not have the delete operator.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many types of parsers are there?
What does java edition mean?
What is the difference between normal report & matrix report?
What does .equals do in java?
Define reflection.
Is char * a string?
How many bytes are a float?
Why string is called as immutable?
Name and explain the types of ways which are used to pass arguments in any function in java.
Can we call virtual funciton in a constructor ?
How is string stored in java?
What is function declaration?
What is the maximum size of hashmap in java?
Is set thread safe java?
When is the finalize() called?