InterviewSolution
Saved Bookmarks
| 1. |
What will be the default values of all the elements of an array defined as an instance variable? |
|
Answer» If the array is an array of primitive types, then all the elements of the array will be initialized to the default value corresponding to that primitive type. |
|