InterviewSolution
Saved Bookmarks
| 1. |
What is the default value of an object reference declared as an instance variable? |
|
Answer» Null, unless it is defined explicitly. |
|