What is the difference between C++ & Java?
Answer Posted / manish kumar
1- java does not support operator overloading.
2- does not support template.
3- not support global variable.
4- there are no header file in java.
5- java does not use pointer.
6- does not support multiple inheritance.
general answer for interview.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is floating data type?
How to use Media tracker Class.
What is final class?
What is the disadvantage of java?
Is nullpointerexception checked or unchecked?
What is skeleton and stub?
What is heterogeneous in java?
What is a local block?
What occurs when an object is constructed?
Why stringbuffer is faster than string?
What are some alternatives to inheritance?
How objects of a class are created if no constructor is defined in the class?
what is use of functional interface in java 8?
What is the difference between jdk and jre?
What are variable arguments or varargs?