What is the difference between C++ & Java?

Answer Posted / sandeep kumar

C++ is partial object oriented programming language because
without using a class we can write a program.

java is a complete object oriented programming language
because we cannot create even a single program without
writing class


c++ support got statement.

java does not support got statement.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between path and classpath?

566


Does java support multiple inheritances?

561


What is prefix of a string?

578


Where is const variable stored?

538


Is it possible to compare various strings with the help of == operator? What are the risks involved?

622






how to create multithreaded program? : Java thread

510


List two java ide’s?

619


What are the different data types in java?

535


What is the relationship difference the canvas class and the graphics class?

566


what is comparable and comparator interface?

582


What is a control variable example?

534


In how many ways we can create threads in java?

635


What is floor math?

520


What is a numeric literal?

532


explain copyonwritearraylist and when do we use copyonwritearraylist?

547