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 does flag mean in java?
Can we extend private class in java?
Can we instantiate interface in java?
What is the difference between hashmap and hashtable in java?
What is methodological theory?
Is break statement can be used as labels in java?
What is the difference between length and length () in java?
Explain creating threads by extending thread class ?
Should a main method be compulsorily declared in all java classes?
What is the difference between variable & constant?
Write a program to print 15 random numbers using foreach of java 8?
What is double data type?
What are keyboard events?
What does jre stand for?
how to open and edit XML file in Weblogic???