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
In which language java is written?
What is temp in java?
What are invisible components?.
What is are packages?
How do you escape in java?
What is assembly used for?
How do generics work?
What happens if an exception is throws from an object's constructor?
Explain java coding standards for variables ?
Does java list allow null?
Can a constructor call another constructor?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What is bubble sort in java?
Is void a data type in java?
How can we find the actual size of an object on the heap?