What is the difference between C++ and java?

Answer Posted / sudhir krishna

c++ and Java both are object oriented programming language.
but java is not fully object oriented language.
java is platform independent but c++ is platform dependent
language.

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is oops concept with example?

576


How is class defined?

585


c++ program to swap the objects of two different classes

1761


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1835


What is the point of polymorphism?

586






write a program to find 2^n+1 ?

1549


What are two types of polymorphism?

611


Which is better struts or spring?

620


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

944


How do you explain polymorphism?

590


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2104


What is abstraction encapsulation?

657


What are the types of abstraction?

555


What is difference between polymorphism and inheritance?

617


write a program that takes input in digits and display the result in words from 1 to 1000

1987