0
If not handled, which exception type prevent your program from compiling?
6 Réponses
+ 3
Prilia Tiwi exception are to be catched during run time.. exception is not something which prevent code compilation... for example, a/b will compile but may throw divide by zero exception at run time if b is zero
+ 1
answer will be --- Checked
+ 1
If not handled, which exception types prevent your program from compiling?
Answer :- Checked
+ 1
Drag and drop from the options below to declare an ArrayList to hold 9 Integers.
Answer :-
ArrayList<Integer> ar =
new ArrayList<Integer>(9);
0
checked
0
checked