Question 3
Which will legally declare, construct, and initialize an array?
Question 5
Can one block of except statements handle multiple exceptions?
Question 10
Which four options describe the correct default values for array elements of the types indicated?
<ol class="java-ol-1234">
<li>int -> 0</li>
<li>String -> "null"</li>
<li>Dog -> null</li>
<li>char -> '\u0000'</li>
<li>float -> 0.0f</li>
<li>boolean -> true</li>
</ol>