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
What is return keyword in java?
What are drawbacks of singleton class?
What is a Transient Object?
Is java still relevant?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
Explain what pure virtual function is?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is the dot operator?
Write a program to find maximum and minimum number in array?
Difference between start() and run() method of thread class?
What are the different types of multitasking?
What are the differences between processes and threads?
What is a map in java?
What is collection api?
Explain a few methods of overloading best practices in java?