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
What are abstract classes and anonymous classes?
What is the escape character in java?
What purpose do the keywords final, finally, and finalize fulfill?
What are abstract methods in java?
What is a "pure virtual" member function?
What is the super void?
What is a method type?
Is arraylist dynamic in java?
Is cout buffered?
Why is whitespace important?
What is anonymous inner class?
What is early binding and late binding in java?
Can a class be protected in java?
What is difference between final and immutable?
Compare Mutex and Semaphore in java.