Which of the following exceptions is a checked exception?
a. ArithmeticException.
b. IOException.
c. RuntimeException.
d. InputMismatchException.
b. IOException.
Computer Science & Information Technology
You might also like to view...
Suppose the xMethod() is invoked from a main method in a class as follows, xMethod() is _________ in the class.
``` public static void main(String[] args) { xMethod(); } ``` a. a static method b. an instance method c. a static method or an instance method
Computer Science & Information Technology
You can press the ____ keys to copy a selected object.
A. Shift+C B. Ctrl+C C. Ctrl+Esc D. Ctrl+F6
Computer Science & Information Technology
What is the output of running the following code?string name = "Mark"print name[2]
A. Mark B. a C. r D. An error
Computer Science & Information Technology
The ________ is the left pane in the SharePoint window that gives access to different areas of your site
Fill in the blank(s) with correct word
Computer Science & Information Technology