what is the difference between object and class
Answer Posted / gv praveen kumar
class is a process of binding data members and methods in a single unit,that unit is known as class.and class variables is known as object.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How concurrent hashmap works?
What are different data structures in java?
What is better - 'bit-shift a value' or 'multiply by 2'?
What do you mean by compiler?
What is a parameter in simple terms?
When is update method called?
What is java beans?
How will you serialize a singleton class without violating singleton pattern?
How do you add an element to an arraylist in java?
Is 0 a prime number?
What is a nested list?
Is 0 an even number?
How do you check whether the list is empty or not in java?
What is a methodologist?
Can you extend singleton class?