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
What is space character in java?
What is bool mean?
What is a locale?
What is externalizable?
What is strings in java?
Is string a wrapper class?
Explain reverse a linked list recursive java solution?
What exactly is methodology?
What loop means?
What are the advantages of packages in java?
How does arraylist work in java?
What are peerless components?
How we can generate random numbers in java?
What is the purpose of main function in java?
Explain about interthread communication and how it takes place in java?