what is difference between class and object?
Answer Posted / priyanka tayde
clas is a user defined data type and object is a basic run
time entity of class. class contain any no of object but
object belongs to single class.
| Is This Answer Correct ? | 71 Yes | 9 No |
Post New Answer View All Answers
What is JVM and is it platform independent?
I want to persist data of objects for later use. What’s the best approach to do so?
How to do a true java ping from windows?
What is a treeset class?
Can private class be extended java?
What is the tradeoff between using an unordered array versus an ordered array?
What are the benefits of operations in java?
Can we have a try block without catch block?
Explain about map interface in java?
What is Java Annotations?
What is difference between equals and hashcode method?
Differentiate storage classes on the basis of their scope?
What is a bubble sort in java?
Why are the methods of the math class static?
What do you understand by access specifiers in Java?