what is the difference between object and class
Answer Posted / manasa
class is a blueprint of an object
object is a run time entity
class consists of methods n statements
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Why pass by reference is not possible in java?
What technique can be employed to compare two strings?
explain copyonwritearraylist and when do we use copyonwritearraylist?
Are global variables initialized to zero?
Can extern variables be initialized?
What does arrays sort do in java?
What are variable names?
Why parameters should be passed by reference?
What is annotation in java?
What is sorting in java?
Why do we use threads in java?
What’s the difference between applets and standalone program?
What are the three parts of a lambda expression?
Is java an open source?
Is class is a data type?