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 is the set interface in java programming?
What is the purpose of extern variable?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
Why unicode is important?
What are the different approaches to implement a function to generate a random number?
What is append function?
How do you use nextline in java?
Explain the difference between a Thread and a Process.
What are methods?
What is array initialization in java?
Are there structures in java?
What is java abstraction with example?
how would you implement a thread pool? : Java thread
How do you invoke a method?
What is compareto?