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
Can a function return a function?
Explain reverse a linked list recursive java solution?
Can we create object of static class?
Explain about the select method with an example?
What is meant by polymorphism?
What are different exception types exceptions available in java ?
What is java instanceof operator?
Why stringbuilder is not thread safe in java?
What happens if we override private method?
what is meant by encapsulation?
Explain the difference between static and dynamic binding in java?
Is java a virus?
What are operators and its types?
What is the use of pattern in java?
Explain importance of inheritance in java?