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 a map? What are the implementations of map?
Why lambda expression is used in java?
difference between byte stream class and character stream class?
What is += mean in java?
What is class level lock ?
Write a java program to print fibonacci series?
What is a double?
Explain about java sdk?
How to store image in arraylist in java?
What about interthread communication and how it takes place in java?
Explain the transient field modifier?
What is rule of accessibility in java?
How is final different from finally and finalize?
How do you control extraneous variables?
How do you decide when to use arraylist and linkedlist?