What is the difference between C++ & Java?
Answer Posted / koushik pal
One of the main difference is JAVA doesn't support operator
overloading rather C++ supports it.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many bits is a word?
What are the features of junit?
If I only change the return type, does the method become overloaded?
What are user defined exceptions?
What access modifiers can be used for class ?
Difference between string, string builder, and string buffer?
What is ascii code?
Why java is call by value?
What is identifier with example?
What do you understand by looping in java? Explain the different types of loops.
what is abstract class in Java?
Similarity and difference between static block and static method ?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
Difference between final and effectively final ? Why is effectively final even required ?
What is the difference between public, private, protected, and friend access?