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
What is meant by anonymous class?
What is a nested list?
What is classes in java?
Is hashset ordered?
What is use of static method?
Can we have multiple catch block for a try block?
What is type conversion in java?
What is remote method invocation (rmi)?
Is assembly language a low level language?
Why local variables are stored in stack?
What is an infinite loop in java? Explain with an example.
How to check if linked list contains loop in java?
Explain what are final variable in java?
Why is sizeof not a function?
What is string [] args?