what is difference between class and object?
Answer Posted / priyanka tayde
clas is a user defined data type and object is a basic run
time entity of class. class contain any no of object but
object belongs to single class.
| Is This Answer Correct ? | 71 Yes | 9 No |
Post New Answer View All Answers
What is the difference between iterator and enumeration ?
What is keyset in java?
What is the advantage of preparedstatement over statement?
How do you invoke a method?
What about method local inner classes or local inner classes in java?
What is files manifesting?
Can an interface be final?
how its run?
Which number is denoted by leading zero in java?
Can private class be extended java?
What is extension method in java?
What is the method overriding?
What is private static in java?
What is java and why do we need it? Explain
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?