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
How many bits is a boolean?
How is java created?
What is string pool?
What is gc()?
What are the advantages of packages in java?
What do you mean by access modifier?
What is a class variable?
How do you generate random numbers in java?
What is the longest unicode character?
Can a class have multiple superclasses?
What is <> used for in java?
What is the abstract class?
Why declare Main() method as a static in java ?
Is string pool garbage collected?
What is default switch case? Give example.