D
Q. Which of the following is a checked exception?
IOException is a checked exception, which means that it must be either handled or declared.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of the following code?
Q. Enumeration in Java is ___.
Q. A valid Identifier or name in Java language can start with which character?
Q. What is the valid data type for variable "a" to print "Hello World"?
Q. hich package is used for Remote Method Invocation (RMI)?
Q. What is the value of y if x = 2?
Q. Finally block is attached to?
Q. In Java, can a method declare multiple exceptions using the "throws" keyword?
Discusssion
Login to discuss.