Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
Java
« Previous
Next »
The class java.lang.Exception is
Options
- protected
- extends Throwable
- implements Throwable
- serializable
CORRECT ANSWER : extends Throwable
Discussion Board
Feedback
In this website different kinds of solution present that are most helpful for students. It's
also help me. So, I want to say "THANK YOU".
Ravi Kumar Sharma 07-22-2015 02:48 PM
Throwable
java.lang.Exception is used to provide the exception class and the class Exception and its subclasses extends Throwable that indicates conditions that a reasonable application might want to catch.
Statements, methods, classes and subclasses are checked for exceptions. Every class and subclasses Exception which are not part of RuntimeException are also checked exceptions. Checked exceptions need to be declared in a method or constructor's throws clause. If they can be thrown by the execution of the statements and methods by propagating outside the method or constructor boundary.
Rohit Sharma 07-29-2014 02:42 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
Java Beginner (11)
Java (39)
Java (40)
Java (22)
Java (30)
Java (25)
Java (20)
Java (20)
Core Java (20)
Core Java (10)
Core Java (72)
EJB (20)
JDBC (20)
Applet (20)
Struts (21)
Servlets (20)
Java Web Services (20)
Javascript (40)
J2EE (10)
jQuery (46)
Advertisement
▲