CoolInterview.com - World's Largest Collection of Interview Questions
Send Free SMS
 Interview Questions  
 Our Services  


INTERVIEW QUESTIONS J2EE JAVA DETAILS
Question :
What is super class of an Exception class?

Posted by: panduraj on 2/1/2008

Contact panduraj  Contact panduraj
Category Java Interview Questions
Rating (5.0) By 4 users
Added on 2/1/2008
Views 3951
Rate it!
Answers:

The super class of exception is throw able class.



 Posted by: KRISHNA    

Contact KRISHNA  Contact KRISHNA

Object Class.



 Posted by: Avecas    

Contact Avecas  Contact Avecas

Exception is a supper class have many child class as run time exception etc.



 Posted by: vikalp    

Contact vikalp  Contact vikalp

Throwable class is the super class of exception class.



 Posted by: panduraj    

Contact panduraj  Contact panduraj

Throwable



 Posted by: Venu    

Contact Venu  Contact Venu

Throwable is the super class.



 Posted by: venu    

Contact venu  Contact venu

The super class for Exception class is Throwable.



 Posted by: Kishore    

Contact Kishore  Contact Kishore

Throwable class



 Posted by: naveena    

Contact naveena  Contact naveena

Throwable



 Posted by: vamsi    

Contact vamsi  Contact vamsi

Throwable class is the super class of exceptions and Error class. Object class is the super class of Throwable class



 Posted by: arya    

Contact arya  Contact arya

Throwable is the super class of exception.



 Posted by: rangaswamy    

Contact rangaswamy  Contact rangaswamy

Super Class for Exception class is Throwable.



 Posted by: Anupama    

Contact Anupama  Contact Anupama

Throwable class is the super class of an Exception class.



 Posted by: SAUD KHAN    

Contact SAUD KHAN  Contact SAUD KHAN

java.lang.Throwable



 Posted by: Ajay    

Contact Ajay  Contact Ajay

Throwable.



 Posted by: Sk Sawkat Ali    

Contact Sk Sawkat Ali  Contact Sk Sawkat Ali

Throwable



 Posted by: Sudheer    

Contact Sudheer  Contact Sudheer

Throwable class is supper class of exception class.



 Posted by: Namita     

Contact Namita   Contact Namita

super class of exception is throwable..

throwable is divided in to to types one is exception another one is error..

exception is divided in to checked and unchecked exception

checked is divided in to arithmetic,array index out of bounds and much more..

unchecked is fatal error reporting,running out of memory...



 Posted by: ramya    

Contact ramya  Contact ramya

Throwable.



 Posted by: akash jain    

Contact akash jain  Contact akash jain

Super class of Exception class is Throwable class.



 Posted by: jyoti    

Contact jyoti  Contact jyoti

THROWABLE class is super class of exception class.



 Posted by: jyoti agarwal    

Contact jyoti agarwal  Contact jyoti agarwal

THROWABLE class is super class of exception class.



 Posted by: jyoti agarwal    

Contact jyoti agarwal  Contact jyoti agarwal

Throwable Class is a supper class of Exception class.



 Posted by: Ranjan Das    

Contact Ranjan Das  Contact Ranjan Das

The superclass of Exception class is throwable class.



 Posted by: Saideep Reddy     

Contact Saideep Reddy   Contact Saideep Reddy

Throwable



 Posted by: Noor ali    

Contact Noor ali  Contact Noor ali

Throwable is superclass of Exception class.



 Posted by: shyam    

Contact shyam  Contact shyam

Throwable is the superclass of all exception class,throwable is the subclass of object class.



 Posted by: sandeep    

Contact sandeep  Contact sandeep

Throwable is the super class of all exception class, it (throwable)
is sub class of object class.



 Posted by: sandeep    

Contact sandeep  Contact sandeep

Throwable is the super class of exceptions in java.



 Posted by: subhajit    

Contact subhajit  Contact subhajit

Throwable is the super class of Exception.



 Posted by: Peter Lawrey    

Contact Peter Lawrey  Contact Peter Lawrey

java.lang.Throwable



 Posted by: Pavan Kumar Karicheti    

Contact Pavan Kumar Karicheti  Contact Pavan Kumar Karicheti

Throwable



 Posted by: Satheesh    

Contact Satheesh  Contact Satheesh

throwable class



 Posted by: bindu    

Contact bindu  Contact bindu

Throwable



 Posted by: Sumesh M    

Contact Sumesh M  Contact Sumesh M

The Super class for Exception class is Throwable class.



 Posted by: Vamsi Sirivolu    

Contact Vamsi Sirivolu  Contact Vamsi Sirivolu

Throwable is the superclass of Exception class.



 Posted by: Surender    

Contact Surender  Contact Surender

Throwable is the super class of Exception class.All exceptional classes are sub class of a Throwable Class.Exception and Error are the two subclasses of a Throwable Class.



 Posted by: lakshmi srinivasan    

Contact lakshmi srinivasan  Contact lakshmi srinivasan

Its always the built in class EXCEPTION.All we do in creating a exception class is derive a sub class of the exception class.



 Posted by: visshu    

Contact visshu  Contact visshu

object



 Posted by: jai    

Contact jai  Contact jai

The Throwable class is the superclass of all errors and exceptions in the Java language.



 Posted by: Sneha    

Contact Sneha  Contact Sneha

Throwable



 Posted by: vachivese    

Contact vachivese  Contact vachivese

object class



 Posted by: gourav    

Contact gourav  Contact gourav

Super Class of Exception is Throwable



 Posted by: Nilesh Mehta    

Contact Nilesh Mehta  Contact Nilesh Mehta

All exceptions are the subclasses of "Throwable" Super Class.



 Posted by: gokul mahajan    

Contact gokul mahajan  Contact gokul mahajan

Object Class is the Super class of Exception Class.



 Posted by: swati    

Contact swati  Contact swati

The super class exception class is Throwable



 Posted by: avinash    

Contact avinash  Contact avinash

java.lang.Throwable is super classs of an Exception class



 Posted by: Vishranti     

Contact Vishranti    Contact Vishranti

Clearly Throwable is the superclass.

public class Throwable
extends Object
implements Serializable

The Throwable class is the superclass of all errors and exceptions in the Java language. Only objects that are instances of this class (or one of its subclasses) are thrown by the Java Virtual Machine or can be thrown by the Java throw statement. Similarly, only this class or one of its subclasses can be the argument type in a catch clause.



 Posted by: Amit Rane    

Contact Amit Rane  Contact Amit Rane

BASE CLASS OF THAT Exception class



 Posted by: VICKY    

Contact VICKY  Contact VICKY

Throwable class is the super class of Exception class.



 Posted by: Deepthi    

Contact Deepthi  Contact Deepthi

EXCEPTION is the super class



 Posted by: priyanaka    

Contact priyanaka  Contact priyanaka

Throwable is the super class of exception



 Posted by: prabha    

Contact prabha  Contact prabha

Throwable class



 Posted by: Rajyalakshmi    

Contact Rajyalakshmi  Contact Rajyalakshmi

throwable class is super class of exception class



 Posted by: anbuselvan    

Contact anbuselvan  Contact anbuselvan


If you have the better answer, then send it to us. We will display your answer after the approval.
Name :*
Email Id :*
Answer :*
Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
Process Verification  Enter the above shown code:*
Inform me about updated answers to this question

   
Related Questions
View Answer
What is super class of an Exception class?
View Answer
Why JAVA not support multiple inheritance? How can we pass address of an object?
View Answer
In How many ways we can request the System for the garbage collection to cleanup the memory? And what are the differences?
View Answer
Why java is not pure object oriented language?
View Answer
what is the definition of arraylist? plz write in brief.
View Answer
1)What are the actual functions of JVM?
2)When to use a class and when to use
an Abstract class?
3)what is the use of constructors other than creation of objects?
4)when to use constructors?
5)when to use Interface?
6)why java does not support pointers?
7)why multiple inheritance is not possible in java without using Interfaces?
View Answer
Why we have used to in main method in JAVA this words
1)public
2)static
3)void
4)main
5)(String args[])
View Answer
Addition of two numbers using Bitwise operators.
Reading An 2D array using single for loop
View Answer
What is UML patterns?give me clear explanation
View Answer
While developing one in JSP page we are sending request to Struts frame work.If we click two times submit button then First time only it should accept request and second time should reject that request in struts frame work.

How we can do that in controller itself...I am waiting for your Response...

View Answer

Please Note: We keep on updating better answers to this site. Subscribe to our newsletter to get notified when better answer is posted.

Notify me when better answer is posted!
Email:

View ALL Java Interview Questions

User Options
Sponsored Links


Copyright ©2003-2010 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions
Page URL: http://www.coolinterview.com/interview/12837/default.asp?cachecommand=bypass


Download Yahoo Messenger | Placement Papers| FREE SMS | ASP .Net Tutorial | Web Hosting | Free SMS | Dedicated Servers | Joke of the Day

0.91