Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Can we have any code between try and finally blocks?

967


How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?

998


Does set allows null in java?

907


What are the different types of constructor?

929


Why Java doesn’t support multiple inheritance?

988


Does garbage collection occur in permanent generation space in jvm?

1022


Is null keyword in java?

886


Define how destructors are defined in java?

964


What are the various access specifiers in java?

946


Differentiate between stringbuffer and string?

990


How to perform binary search in java?

945


What is the use of using enum to declare a constant?

956


When should I use singleton pattern?

979


Is it compulsory for a try block to be followed by a catch block in java for exception handling?

950


How to Sort Strings which are given in List and display in ascending order without using java api.

4339