what is difference between class and object?
Answer Posted / ravinderreddyk
Class:Class is a collection of similar objects.
Object:Object is a instance of class
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is the maximum size of array in java?
What is the benefit of using enum to declare a constant?
Can a function return a function?
When do we use synchronized blocks and advantages of using synchronized blocks?
What is the size of arraylist in java?
What do you understand by the term wrapper classes?
String class is defined under which package in java?
What does java stand for?
What is a literal coding?
Is null a string or object in java?
What is java in simple terms?
What are three advantages of using functions?
What is string literal in java?
Why is stringbuffer thread safe?