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
When do we use synchronized methods in java?
What is static in java?
What defines function?
What environment variables do I need to set on my machine in order to be able to run java programs?
What is unmodifiable list in java?
What are memory tables?
Is a char always 1 byte?
what is optional in java 8?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What is the difference between a checked and an unchecked exception?
What does business logic mean?
What are the super most classes for all the streams?
What are the two ways to create a thread?
Can we have more than one package statement in the source file?
What exceptions occur during serialization?