what is difference between class and object?
Answer Posted / bala prasad
class is a collection of methods and static& non static
variables.
Object is the super class of all classes. Object is used to
access non static members of a class.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
whatis Home interface and Remoteinterface? with example?
How are this() and super() used with constructors in java programming?
What is a numeric string?
What is the difference between the final method and abstract method?
What is :: operator in java?
What is the difference between normal report & matrix report?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What is super in java?
What is the use of a copy constructor?
What is oop principle in java?
What do you understand by the term string pool?
Can we use catch statement for checked exceptions?
Why are constructors used?
Explain the init method?
What are the four pillars of java?