Answer Posted / sakthivel(gceb)(n.p)pollachi
c++ is an object oriented language. but java is pure object
oriented language.in java all properties are based on
classes and objects.but in c++ we can write and execute the
program with out using class.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Can a class have more than one object?
What is a vector in java?
What is method overloading and method overriding?
When is the finalize() called?
What is the default size of arraylist in java?
What does indexof return in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Why hashcode is used in java?
What do you mean by collectors in java 8?
What is a ?
Can we override the overloaded method?
Why do you canvas?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
Can we have a method name same as class name in java?
How can we make copy of a java object?