ArrayIndexOutOfBoundsException is a descendent of the class RuntimeException. This means:
a. the exception must be caught
b. a finally block must be included
c. the exception does not have to be explicitly caught
d. none of the above
C
Computer Science & Information Technology
You might also like to view...
Port 443 usually refers to the ________ protocol
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Using functions greatly enhances a program's readability because it reduces the complexity of the function main.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology