what is the difference between Cpp And Java
Answers were Sorted based on User's Feedback
Answer / syamala
in cpp pointers are used,in java pointers are not used.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / subramanyam reddy.b
java is 100% pure object language because it supports all the features of oops and also overcome the draw backs of c++. all c++ programs can be written like cc programs, c++ support friend functions to access private data members, it is illegal. tell me why we have to use private key word to provide security for our data, but by using friend functions we can access the private date it is illegal.c++ does not support automatic gorbage collection, even though destructors are exists in c++ we need to write the code for destructors, without writing code it wont work. in java we have gorbage collectors.c++ support only seequential access where as java support concurrent access of data by using multi threading concept.java is used to develop distributed applications but c++ for staand alone applicatiuons............ like this we have many advantages with java
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / praneeth
in cpp there exist the concept of virtual classes where as in java it is not present
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sudheesh
What the hell is this , somebody confirm whether CPP or
Java as the pure oject oriented comcept ....PLs Reply ....
| Is This Answer Correct ? | 3 Yes | 8 No |
Answer / ravikiran(aptech mumbai)
cpp is a pure object oriented programming,where as java is
not because it doen't support multiple inheritance
| Is This Answer Correct ? | 29 Yes | 54 No |
what is the difference between AWT and SWING what is the advantage of using swing?
Differences between jdk 1.4 and 1.5
6 Answers SoftSol, TCS, Wipro,
What is the benefit of singleton pattern?
What are drawbacks of singleton class?
What are the important features of Java 8 release?
Explain different types of thread priorities ?
What is tree node in java?
What are the features of java?
What is the purpose of having the concept of overloading?
what is mean by overriding in which situation we wil use?
5 Answers Atlas Systems, CSC, DCPL,
Which collection object is faster to retrieving the data and inserting the data into it.
2 Answers Jamcracker, Virtusa,
What is proper subset?