InterviewSolution
Saved Bookmarks
| 1. |
What Is A Instance Variable? |
|
Answer» INSTANCE VARIABLES are variables WITHIN a class but outside any METHOD. These variables are instantiated when the class is loaded. Instance variables are variables within a class but outside any method. These variables are instantiated when the class is loaded. |
|