Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is an exception?

Answers were Sorted based on User's Feedback



What is an exception?..

Answer / vikneswarank

when we write code and try to execute the that code error
may be occur in runtime or complie time complie time error
nothing but syntex error we can easily set right by
reediting suitable code runtime error is exception. we can
handle the exception use Exception class which is belongs
to java.lang. package using this class handle the exception
(try catch) block

Is This Answer Correct ?    2 Yes 0 No

What is an exception?..

Answer / swapna

Exception is a runtime error. It is a abnormal condition
that arises at runtime in a code sequence

Is This Answer Correct ?    1 Yes 0 No

What is an exception?..

Answer / vikas

Exception is a class available in java.lang package and has
many subclasses.

Is This Answer Correct ?    1 Yes 0 No

What is an exception?..

Answer / ravikiran(aptech mumbai)

exception is the abnormal condition which will occur at run time

Is This Answer Correct ?    0 Yes 0 No

What is an exception?..

Answer / rahul kakadiya

EXECEPTION IS A ONE TYPE OF RUN TIME ERROR ,WHICH CAN BE
HANDLE BY EXCEPTION HANDLAR.

Is This Answer Correct ?    0 Yes 0 No

What is an exception?..

Answer / sumit pal singh

Exception is an event that occur at run time.  Exception is a problem that we can solve by providing a programmatic solution. 

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is it compulsory to have atleast one abstract method in abstract class?

10 Answers  


What is the difference between method and constructor ?

3 Answers  


What is a generic code?

0 Answers  


What are the ways in which a thread can enter the waiting state?

0 Answers  


What are the ways to instantiate the class class?

0 Answers  


Can you explain the final method modifier?

0 Answers  


Does java linked list allow duplicates?

0 Answers  


how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application

0 Answers   SAP Labs,


What is a parameter used for?

0 Answers  


Difference between arraylist and vector.

0 Answers  


What is consumer in java?

0 Answers  


we have a 100 classes at that time which class we have to write main method? pls help me

6 Answers   Wipro,


Categories