what is the difference between Cpp And Java

Answer Posted / madhu

cpp is not 100% object oriented programming language,
because primitives are not objects in cpp,
whereas java is said to be 100% pure object oriented
programing language, because we can convert the primitives
into objects by using the concept called 'wrapping'.

Is This Answer Correct ?    45 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many bits is a boolean?

701


How is java created?

616


What is string pool?

719


What is gc()?

656


What are the advantages of packages in java?

657






What do you mean by access modifier?

644


What is a class variable?

689


How do you generate random numbers in java?

620


What is the longest unicode character?

786


Can a class have multiple superclasses?

657


What is <> used for in java?

762


What is the abstract class?

672


Why declare Main() method as a static in java ?

686


Is string pool garbage collected?

659


What is default switch case? Give example.

657