Answer Posted / dhawal
object-anything in real world is object,in programatically
anthing that can be programable is object,class is templet
for object,object is basic runtime entity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we override the static method?
Can we inherit a class with private constructor?
What will be the initial value of an object reference which is defined as an instance variable?
What happens when main () method is declared as private?
Explain java coding standards for constants?
What is derived datatype?
Define class?
How do you convert int to char in java?
What are the different ways to handle exceptions?
What does jre stand for?
Can a top level class be private or protected?
What is an accessor?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
Can we sort list in java?
I want to persist data of objects for later use. What is the best approach to do so?