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
Are functions objects in java?
What is a generic data type?
Is there any difference between synchronized methods and synchronized statements?
How do singleton patterns work?
How will you initialize an Applet?
Explain the protected field modifier?
Is java hard to learn?
Who developed java?
What is time complexity algorithm?
How many types of flags are there?
What is function overriding and overloading in java?
How do you access command-line arguments within the code?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
Can I extend singleton class in java?
Objects or references which of them gets garbage collected?