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 private static class in java?
What are the states of thread in java?
What is the difference between abstract class and interface1? What is an interface?
Which package has light weight components in java programming?
What modifiers may be used with a top-level class?
What is the difference between a synchronized method and a synchronized block?
Can a final variable be manipulated in java?
What are peerless components in java programming?
Can finally block be used without a catch?
How can we make a class singleton?
What is meant by final class?
What is the += operator called?
What is a default constraint?
Why wait and notify methods are declared in object class?
What is the difference between an inner class and a sub-class?