InterviewSolution
Saved Bookmarks
| 1. |
What Will Be The Initial Value Of An Object Reference Which Is Defined As An Instance Variable? |
|
Answer» The OBJECT REFERENCES are all INITIALIZED to NULL in JAVA. The object references are all initialized to null in Java. |
|