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
Why string objects are immutable in java?
What are the advantages of autoboxing?
List primitive java types?
How will you call an Applet using Java Script Function?
What are the fileinputstream and fileoutputstream?
Which class is the superclass of all classes?
Can we convert stringbuilder to string in java?
Is an empty arraylist null?
What are the approaches that you will follow for making a program very efficient?
Why we do exception handling in java and how many types of exceptions are there?
What are the restrictions that are applied to the java static methods?
Why method overriding is used?
What is the difference between normal report & matrix report?
Write a program to find maximum and minimum number in array?
What is the purpose of the System class?