What are instance variables?
Answer / Om Prakash
"Instance variables in Java are variables that belong to an object (instance) of a class. They are created when an object is created and they hold the state of an object."
| Is This Answer Correct ? | 0 Yes | 0 No |
What exactly is java?
what is polymorphism?
Can we rethrow the same exception from catch handler?
what is the difference between AWT and SWING what is the advantage of using swing?
How can we make sure main() is the last thread to finish in java program?
What is the use of arraylist class in java?
What is difference between this and super keyword?
Explain notifyall() method of object class ?
what is jdk1.5 features?
where singleton classes are used in j2ee web application.can we use it for connection pooling.
What is local variable and instance variable?
What is a lambda expression ? What's its use ?