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
Give the hierarchy of inputstream and outputstream classes.
Can we assign integer value to char in java?
How do you compare objects in java?
What is double in java?
What’s the difference between callable and runnable?
How do you bind variables?
What is the list interface?
What happens if we override private method?
What is the destroy method?
What are the Main functions of Java?
Can we have multiple catch block for a try block?
Is empty list java?
Convert a BST into a DLL and DLL to BST in place.
What is the purpose of the enableevents() method?
Are arrays passed by reference in java?