what is the difference between object and class
Answer Posted / rakesh verma
object is any real thing,just like employ is object and
person is class.
class is instance of class.
| Is This Answer Correct ? | 4 Yes | 26 No |
Post New Answer View All Answers
What defines function?
How big is a 32 bit integer?
How do you override a variable in java?
What is the purpose of the System class?
Can we override the private methods?
Which is fastest collection in java?
what is the final keyword denotes in java?
Can we have two main methods in a java class?
What is the difference between the final method and abstract method?
What is nan inf?
Write a program to print fibonacci series up to count 10.
Define "Access specifiers" in java.
What is serialversionuid?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
How do you use equal in java?