What is the difference between C++ & Java?
Answer Posted / dsr
C++ java
pointers no pointers
multiple inheritance multiple inheritence with interface
platform dependent plotformindependent
| Is This Answer Correct ? | 86 Yes | 7 No |
Post New Answer View All Answers
How many times finalize method will be invoked? Who invokes finalize() method in java?
Which method cannot be overridden in java?
Give an example of call be reference significance.
What is enhanced loop in java?
What are register variables what are the advantages?
What is the importance of static variable?
What is the properties class in java programming?
What is the range of the short type?
which pattern is default in scanner package?
Is age a discrete variable?
What is the difference between hashmap and hashtable? What is an interface?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is the use of generics? When was it added to the Java development Kit?
What is entry set in java?
What all access modifiers are allowed for top class ?