what is difference between class and object?
Answer Posted / dara
Class is templet for an object.Object is an instance of a class.
Is This Answer Correct ? | 189 Yes | 28 No |
Post New Answer View All Answers
What are the differences between string and stringbuffer?
How to sort an unsorted array in java?
Is java 11 paid version?
What are the advantages of java over C++?
Which eclipse is best for java?
Can we create object of inner class in java?
What are the advantages and disadvantages of reference counting in garbage collection?
How can we use primitive data types as objects?
What is an object in java and how is it created?
Can we have multiple classes in a single file?
How to check if a list is sorted in java?
Which of the following is not an isolation level in the JDBC
What is the most important feature of java? What is an interface?
Can a class be defined inside an interface?
What does 3 dots mean in java?