Java - Online Test - Exception handling - javasearch.buggybread.com
Interview Questions
Search
Legacy
Tests
Repo
Legacy
Java
Java 8
Java 7
Java Abbreviations
OCJP / SCJP
Class List
New in Java 8
Java Exceptions
Spring Exceptions
Java Enums
Java 8 Lambda
Java 8 java.time
Big Data
Discussion Forum
Humor
Classes Search
Subscribe
Search Java Test Questions
223 test questions in repository.
Search
Java - Test Questions on 'Exception handling' - 5 questions found
In Case a method is declared to throw an exception , We can only use a call to that method if ...
Core Java
We use the call within try block and catch the exception
We declare that the method is expected to throw the exception using throws
Both 1 and 2
Either 1 or 2
exception handling
throws
Which of the following is true ?
Core Java
throw and throws are used to throw an exception
throw is used to throw an exception whereas throws is a declaration that the method can throw the exception
throws is used to throw an exception whereas throw is a declaration that the method can throw the exception
throw and throws are used to declare that an exception can be thrown by the method
throw
throws
exception handling
throws is a declaration that the ..... is expected to throw an exception ?
Core Java
Variable
Method
Class
Interface
throws
exception handling
Which of the following is not possible ?
Core Java
try block followed by catch
try block followed by finally
try block followed by catch block and then finally
try block without catch or finally block
exceptions
java
try-catch
finally
In which case finally won't get executed ?
Core Java
in case of exception
in case of normal execution
in case of return statement before end of try block
in case of force program termination
finally
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus