what is the difference between object and class
Answer Posted / manasa
class is a blueprint of an object
object is a run time entity
class consists of methods n statements
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
When object is created and destroyed?
Why Java doesn’t support multiple inheritance?
How do I stop concurrentmodificationexception?
What java ide should I use?
How to sort numbers in java without array?
what are different ways in which a thread can enter the waiting state? : Java thread
What is the original name of java?
Why parameters should be passed by reference?
When is the finalize() called?
Is heap stored in ram?
What are checked exceptions?
Explain about transient variables in java?
When do we use synchronized methods in java?
What is variable in java?
When the constructor of a class is invoked?