What is the difference between C++ & Java?
Answer Posted / s.shanthi
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.
C++ SUPPORTS THE CONCEPT OF
1.POINTERS
2.TEMPLATES AND
3.VIRTUAL FUNCTIONS
BUT IN CASE OF JAVA IT WONT SUPPORTS THE ABOVE FEATURES
c++ is object oriented programming language but java is
purely object oriented programming language
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is final method in java?
What is the list interface?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Why should we use singleton pattern instead of static class?
What are the different ways of creating thread?
What is the platform?
What are the differences between path and classpath variables?
What is the difference between equals() and?
Can java object be locked down for exclusive use by a given thread?
Difference between string s= new string (); and string s = "abv";?
Will minecraft java be discontinued?
What is ascii code?
Can a class declared as private be accessed outside it’s package?
Does collectionutils isempty check for null?
What is json parser in java?