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
Does treeset use compareto?
What are java packages? What is the significance of packages?
What is the r character?
What are the types of arrays in java?
Is object a data type in java?
Can a top level class be private or protected?
What is difference between final and finally in java?
What are the two types of java?
Can we use synchronized block for primitives?
Is a method a procedure?
Can we write class inside a class in java?
How does multithreading take place on a computer with a single cpu?
What do the thread?class methods run() and start() do?
How to declare objects of a class ?
What is the difference between C++ and Java and your preferences?