What is the difference between C++ & Java?
Answer Posted / sukumar.k.r
The main difference between c++ and java is that "C++ does
not allow persistence because it does not support database
connection while Java allows persistence because it
supports database connection."
| Is This Answer Correct ? | 335 Yes | 78 No |
Post New Answer View All Answers
Can we override the static methods?
What is JVM and is it platform independent?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
How do you use nextline in java?
Is boolean a wrapper class in java?
What is a JAR file?
What is the maximum size of a string in java?
When should you make a function static?
What is the abstraction?
What is default size of arraylist in java?
What is difference between c++ and java ?
If I only change the return type, does the method become overloaded?
What happens to the Exception object after handling an exception?
What is anti pattern in programming?
Is java same as core java?