what is difference between class and object?
Answer Posted / santosh
OBJECT:-instance of class is called object.
CLASS:-group of object is called class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between an object and a class?
Can java program run without jre?
What is tochararray in java?
Explain what is encapsulation?
What are the two ways of implementing multi-threading in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is merge sort in java?
What is the difference between the file and randomaccessfile classes?
What is the instance of an object?
Discuss about garbage collector in Java.
What is the primitive type short?
How to create a base64 decoder in java8?
Why do we need data structure in java?
Is string passed by reference in java?
State the difference between creating string as new () and literal.