what is difference between class and object?
Answer Posted / ravinderreddyk
Class:Class is a collection of similar objects.
Object:Object is a instance of class
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you mean by platform independence of Java?
How do you achieve singleton?
How to handle a web browser resize operation?
'A class is a template for an object' explain this statement.
Which method must be implemented by all threads?
How can we access some class in another class in java?
What is the default size of arraylist in java?
What is a nullable field?
What does || || mean in math?
How to store image in arraylist in java?
Which access specifier can be used with class ?
What is a parent class in java?
What are accessor methods in java?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What is the difference between array and array list in java?