What is the difference between C++ & Java?
Answer Posted / deepti iyer
c++ supports pointers,java do not
c++ supports procedural and object oriented
programming,wheras java support only object oriented
c++ has operator overloading,java has interfaces
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What do u mean by variable?
Can we extend immutable class?
What is sorting in java?
What is not object oriented programming?
What is Garbage Collection in Java
What do you mean by jjs in java8?
What is the use of arraylist class in java?
What is Enum in Java?
Explain wait() method of object class ?
What is the purpose of abstract class?
Define max and min heap, also the search time of heap.
what is meant by Garbage collection?
What is string value?
When does a class need a virtual destructor?