What are different types of Exceptions?.

Answer Posted / haribabu kommi

Exceptions are three types

1.Runtime exceptions(un checked exceptions)
2.checked exceptions.
3.Error

Is This Answer Correct ?    10 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What about interrupt() method of thread class ?

579


What is java lang string?

538


Which package is always imported by default?

537


What is the difference between jfc & wfc?

585


What is string intern in java?

541






What does \ mean in regex?

613


4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (

1402


Write a java program for binary search?

595


What is a get method?

522


Differentiate between class and structure.

618


What are inbuilt functions?

559


What is floor in java?

550


How do you use equal in java?

539


What is tree in java?

481


What is threaded programming and when is it used? : Java thread

524