What is the difference between C++ & Java?
Answer Posted / sukumar.k.r
The main differences between c++ and Java are that "The
features that are present in C++ are not present in Java.
1) Pointers.
2) Templates.
| Is This Answer Correct ? | 345 Yes | 58 No |
Post New Answer View All Answers
Explain the private protected method modifier?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Can a static class have a constructor java?
'A class is a template for an object' explain this statement.
Can you make a constructor final in Java?
Why can't we override private static methods?
Describe string intern() methodology
What do you understand by Header linked List?
Difference between error and exception
Is it possible to override the main method?
What is java command?
What are mutable classes?
Is this valid in java ? Can we instantiate interface in java?
How do you classify Dialog Box?
How are multiple inheritances done in Java?