Question: Question 61 1. 1. All Exceptions derived from this class are considered Unchecked and the compiler will not force you to write an special code
Question 61 1. 1. All Exceptions derived from this class are considered "Unchecked" and the compiler will not force you to write an special code to deal with this Exception. A. ArithmeticException B. RuntimeException C. Throwable D. Exception Question 62 1. 1. This method is called to inform the JVM(Java Virtual Machine) that you would like your paint routine called again. 2. 2. A. onDraw B. paint C. invalidate D. repaint Question 63 1. 1. This method in the Graphics class can be used to draw a rectangle. 2. 2. A. rectangle B. drawRectangle C. drawRect D. quadralateral Question 64 1. 1. Pick the proper completion for the following: You want to know when the mouse was moved or dragged. You will need some class which _______________. A. implements the MouseDragged interface B. extends the MouseDraggedAbstract class C. contains the mouseDrag_or_Move routine. D. implements the MouseMotionListener interface Question 65 1. 1. Click here to see the Exceptions Shared Example What is the output if the user enters in:3 Assume there is no file named non_existent_file A. NullPointer B. Exception C. Array D. RuntimeException Question 66 1. 1. Click here to see the Exceptions Shared Example What is the output if the user enters in:5 A. RuntimeException B. NullPointer C. Exception D. Array Question 67 1. 1. Click here to see the Exceptions Shared Example What is the output if the user enters in:4 A. Array B. NullPointer C. Exception D. RuntimeException Question 68 1. 1. Click here to see the Exceptions Shared Example What is the output if the user enters in:1 A. RuntimeException B. NullPointer C. Array D. Exception Question 69 1. 1. Click here to see the Exceptions Shared Example What is the output if the user enters in:2 A. RuntimeException B. Exception C. Array D. NullPointer Question 70 1. 1. Click here to see the Exceptions Shared Example What is the output if the user enters in:0 A. Array B. RuntimeException C. NullPointer D. Exception Top of Form Bottom of Form
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
