What is the difference between C++ & Java?
Answers were Sorted based on User's Feedback
Answer / r.lakshana
C++ is the advanced version of c i.e.C with Classes whereas
Java is the platform independent as it works on any type of
operating systems.
| Is This Answer Correct ? | 642 Yes | 69 No |
Answer / munish
java is reusable and more reliable,more secure than c++.
| Is This Answer Correct ? | 492 Yes | 50 No |
Answer / saket
C++ supports multiple inheritence but Java provides
interfaces in case of multiple inheritence.
| Is This Answer Correct ? | 399 Yes | 28 No |
Answer / 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 |
Answer / sukumar.k.r
The main difference between c++ and java is that "C++ does
not allow persistence because it does not support database
connection while Java allows persistence because it
supports database connection."
| Is This Answer Correct ? | 335 Yes | 78 No |
Answer / sanjay gajula
IN C++ WE CAN WRITE A PROGRAM WITHOUT USING "CLASS" WHEREAS
IN JAVA IT IS NOT POSSIBLE.
| Is This Answer Correct ? | 294 Yes | 40 No |
Answer / nitin agrawal
the main difference between c++ and java is that java is
consistent and it is a dynamic model.it is compact and
portable binary code while c++ is not. and most important
difference is the it has safe and secure execution
environment.
| Is This Answer Correct ? | 202 Yes | 31 No |
Answer / dsr
C++ java
pointers no pointers
multiple inheritance multiple inheritence with interface
platform dependent plotformindependent
| Is This Answer Correct ? | 86 Yes | 7 No |
What is the list interface in java programming?
What are the topics in advance java?
What are generic methods?
What are autoboxing and unboxing? When does it occur?
What is Exception handling in Java How do you handle run time errors please explain with an example
What is this keyword in java?
What are the parts of a method?
Nullpointer exception is a very common exception. Why is it not made as a checked exception?
What should I import for arraylist in java?
How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?
Explain about transient variables in java?
How can a class be accessed, If no access modifiers are declared?