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
Why super is first line in java?
how to create multithreaded program? : Java thread
What is bool mean?
What is the use of predicate in java 8?
Write a program to check for a prime number in java?
What is serial version uid and its importance in java?
What is class and its types?
What is ide with example?
Which class is the superclass of all classes?
What means public static?
Difference between default and protected access specifiers?
What is public/private protected in java?
When should you use arraylist and when should you use linkedlist?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
Why is stringbuffer faster than string?