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
Why we override equals() method?
What is a protected void?
What will happen if static modifier is removed from the signature of the main method?
What is double data type?
Is zero a natural number?
Can two objects have same hashcode?
How many ways can we create singleton class?
Distinguish between a predicate and a function?
How many bytes is a string?
Does java allow default arguments?
What is a priority queue java?
What is a flag variable?
What are methods in java?
Why do we need data serialization?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?