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 the use of private static?
What is the difference between JDK and JVM?
What is increment in java?
What is local class in java?
What restrictions are placed on method overloading in java programming?
Which types of exceptions are caught at compile time?
What is hash table in java?
What is string pool in java?
What is parameter example?
What is the access scope of protected access specifier?
What is the longest unicode character?
How many bytes are a float?
Can inner class have constructor?
How to use string tokenizer class.
What are generic methods?