what is the difference between object and class
Answer Posted / rakesh verma
object is any real thing,just like employ is object and
person is class.
class is instance of class.
| Is This Answer Correct ? | 4 Yes | 26 No |
Post New Answer View All Answers
How to sort double array in java?
Is ++ operator thread-safe in java?
what is difference betweem home interface and remote interface?
What purpose do the keywords final, finally, and finalize fulfill?
What are assembly attributes?
what is anonymous class in java?
Is minecraft java edition free?
Which collection is sorted in java?
what is the difference between a threads start() and run() methods? : Java thread
What is tcp and udp?
What is a singleton class in Java?
What is the difference between jdk, jre, and jvm?
Is treeset sorted in java?
Is heap stored in ram?
What is finalize()? Is finalize() similar to a destructor?