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 the significance of listiterator in java?
Is logger a singleton?
If you are given the name of the function at run time how will you invoke the function?
what do you mean by stream pipelining in java 8? Explain
What is the meaning of variable in research?
v-model life cycle
Why are the methods of the math class static?
I don’t want my class to be inherited by any other class. What should I do?
What is the purpose of the system class in java programming?
Can we create object of inner class in java?
What are the types of methods in java?
What is increment in java?
What is a method declaration?
What is the difference between serializable and externalizable interfaces?
Implement two stacks using a single array.