Question: 1) When a program throws an exception within a method that has no try/catch block, which of the following statements is true? (a) The method
1) When a program throws an exception within a method that has no try/catch block, which of the following statements is true?
(a) The method will terminate.
(b) Execution will continue with the next statement in the method.
(c) The method must decide whether to continue or terminate.
(d) The user must decide whether to continue or terminate the program
(e) None of these answers are correct.
2) In which situation would a nested for loop be most appropriate?
I. Iterating through a list
II. Iterating through a list of lists
III. Iterating through a list and adding the results to one of two other lists
IV. Iterating through two lists consecutively
(a) II only
(b) II and IV
(c) I, II, III, and IV
(d) IV only
(e) II, III, and IV
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
