what is the difference between object and class
Answer Posted / sreekanth reddy
object is physical existance and class is the logical existance
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Where are global variables stored?
What function extracts specified characters from a string?
What is an argument in java?
What is the difference between interface & abstract class?
What is illegal identifier in java?
What are the important features of Java 8 release?
how to create daemon thread in java?
What is meant by string is immutable?
Can a class be declared as protected?
What is the difference between preparedstatement and statement in java?
What is externalizable?
What is the collection interface?
Difference between error and exception
In a container there are 5 components. I want to display the all the components names, how will you do that one?
Can we have try without catch block?