What is the difference between C++ & Java?
Answer Posted / prabhu
C++ SUPPORTS THE CONCEPT OF
1.POINTERS
2.TEMPLATES AND
3.VIRTUAL FUNCTIONS
BUT IN CASE OF JAVA IT WONT SUPPORTS THE ABOVE FEATURES
| Is This Answer Correct ? | 301 Yes | 38 No |
Post New Answer View All Answers
Can we clone singleton object?
How many types of the indexof method are there for strings?
Write a program to solve producer consumer problem in java?
Does anyone still use java?
How are destructors defined in java?
How do you remove spaces in java?
Which is better stringbuffer or stringbuilder?
What are latest features introduced with java 8?
What is the purpose of javac exe?
Can we declare the static variables and methods in an abstract class?
Why string is not thread safe?
Can you achieve runtime polymorphism by data members?
What is difference between add() and addelement() in vector?
Enlist diffrent types of inheritance supported by java?
What do you mean by synchronized non access modifier?