What is the difference between C++ & Java?
Answer Posted / salim farooqui
difference b/w java and c++
java is a true object oriented language while c++ is a
object oriented language
java does not support operator overloading.
java provides the multithreading capability.
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
What is %d in printf?
What is a class instance variable?
What is the common usage of serialization?
How variables are declared?
What is synchronization and why is it important in java programming?
What is an infinite loop in java? Explain with an example.
How do you use find and replace?
Differentiate between stringbuffer and stringbuilder in java.
What is the static keyword?
How to display all the prime numbers between 1 and 100
What is queue in java?
Can an integer be a string?
What is parsing in grammar?
What is the tradeoff between using an unordered array versus an ordered array?
What are the differences between wait() and sleep()?