what is the difference between object and class
Answer Posted / hong
What kind of members they can refer to:
Class - only static members;
Object - all members.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a singleton in genetics?
Is arraylist a class in java?
Can we override the private methods?
What are the three parts of a lambda expression? What is the type of lambda expression?
What is a generic data type?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
What is a data structure java?
What is blank final variable?
How many bits are in a sentence?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is java life cycle?
How objects are stored in java?
Difference between method overloading and method overriding in java ?
Write a program to reverse array in place?
Why java is object oriented?