Adding the ____ statement to an exception handler can generate an endless loop

A. end
B. rescue
C. retry
D. begin


Answer: C

Computer Science & Information Technology

You might also like to view...

An important difference between constructors and methods is that ________ .

a) constructors cannot specify a return type b) constructors cannot specify any parameters c) constructors appear before methods in the same file d) constructors can assign values to instance variables

Computer Science & Information Technology

Animation is movement that controls all EXCEPT the ________ of an object in a slide show

A) exit B) entrance C) path D) transition

Computer Science & Information Technology

Which of the following statements correctly returns the variable intValue from a method?

a) return int intValue; b) return void intValue; c) intValue return; d) return intValue;

Computer Science & Information Technology

COGNITIVE ASSESSMENT What does a Project Management Professional (PMP) test evaluate?

A. knowledge of tasks required during system development B. the efficiency of an information system C. the performance of hardware or software D. the flow of data in a proposed information system

Computer Science & Information Technology