what is difference between class and object?
Answer Posted / bharti kishnani
class is a collection of methods..
wereas through the objects we can call any method of that
class
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the use of bufferedreader?
Can an interface be final?
What do you understand by the term polymorphism?
What is a finally block?
Which is better stringbuilder or stringbuffer?
Implement a stack with push (), pop() and min() in O(1) time.
How to store image in arraylist in java?
Is age discrete or continuous?
What is heterogeneous in java?
Why hashcode is used in java?
What purpose do the keywords final, finally, and finalize fulfill?
What does snprintf return?
What is meant by the value of a variable?
How is string immutable in java?
what is the difference between future and callable interface in java?