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


Please Help Members By Posting Answers For Below Questions

Will set allow duplicates in java?

497


What are measurable parameters?

565


What are different ways of object creation in java ?

569


How to split arraylist elements in java?

596


What is the name of the java compiler?

519






Does java support multiple inheritance or not?

595


what is meant wrapper classes?

600


What are daemon Threads in java?

608


Can you call a method on a null object?

559


Is vector thread safe in java?

554


how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread

529


What is unicode in java?

504


What is the final access modifier in java?

612


How can a gui component handle its own events?

591


What is an exception? difference between Checked and Unchecked exception in Java

552