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


Please Help Members By Posting Answers For Below Questions

How do you declare an empty string?

624


Can a class be declared as protected?

543


What is a string token?

538


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

603


What is parsing in java?

536






How does list work in java?

512


What is the tradeoff between using an unordered array versus an ordered array?

666


What is a dot notation?

552


Is static variable stored in heap?

509


What is foreach loop in java?

538


How can I become a good programmer?

494


what is aggregation in java?

589


How to perform merge sort in java?

587


Explain yield() method in thread class ?

625


Is integer passed by reference in java?

572