What is the difference between C++ & Java?

Answers were Sorted based on User's Feedback



What is the difference between C++ & Java?..

Answer / u gautami

java is case sensitive.
c++ is case insensitive.
java consists of applets where c++ does not contain.
In java source program is converted into byte code,
in c++ source program is converted into machine code.
java does not support over loading & c++ supports this over
loading concept.

Is This Answer Correct ?    3 Yes 0 No

What is the difference between C++ & Java?..

Answer / sweety

Java is a secure language as compare to c++ . java use a
byte code which make secure to java

Is This Answer Correct ?    2 Yes 0 No

What is the difference between C++ & Java?..

Answer / 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

What is the difference between C++ & Java?..

Answer / suhas sude

C++ provide Friend(),by using this you can access the
private data members or member function.But java can not
support like this function.

Is This Answer Correct ?    2 Yes 0 No

What is the difference between C++ & Java?..

Answer / ankit siwach

c++ is good from java becoz this is truly objecet orinted

Is This Answer Correct ?    4 Yes 7 No

What is the difference between C++ & Java?..

Answer / megha shreya

see complete reference of java...

Is This Answer Correct ?    41 Yes 46 No

What is the difference between C++ & Java?..

Answer / hunk

its the same as between a pin dick that u have and athick
hard and long cock like i have..

Is This Answer Correct ?    19 Yes 66 No

What is the difference between C++ & Java?..

Answer / ravikiran(aptech mumbai)

c++ is a purely object oriented language and java is not due
to non supportal of multiple inheritence

Is This Answer Correct ?    198 Yes 614 No

Post New Answer

More Core Java Interview Questions

What Method and class used for Connection pooling ?

5 Answers   TCS, Wipro,


I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

2 Answers   Mphasis,


What are three ways in which a thread can enter the waiting state in java programming?

0 Answers  


What are the differences between heap and stack memory?

0 Answers  


What is the benefit of inner / nested classes ?

0 Answers  






what is the use of abstract class and interface with example?

2 Answers   Cycore, DNS, Technoram,


Explain about anonymous inner classes in java?

0 Answers  


what is the difference between String and StringBuffer classes?

2 Answers   Infosys,


What is parsing in java?

0 Answers  


How to obtain a performance profile of java program

0 Answers  


Define how objects are stored in java?

0 Answers  


How many types of array are there?

0 Answers  


Categories