types of exceptions
Answer / anonymous
2 Types of Exception
1) Checked Exception : All exception classes that come
under Hierarchy of Throwable except "Runtime Exception"
and "Error" are checked exception. Eg: IOException etc.
2) Unchecked Exception : All classes that come under
hierarchy of "Runtime Exception" and "Error" are unchecked
exception For Eg. : NullPointerException,
ArrayIndexOutOfBoundsException etc.
Is This Answer Correct ? | 7 Yes | 1 No |
how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)
suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?
what is activation monitor and what is its job?
What is the highest-level event class of the event-delegation model?
Describe activation process?
how the action can be map from jsp page to bean class in mvc1
How to deploy Jar, War files in J2EE?
What is an abstract method?
What do you know about seam?
What is in-memory replication?
What is the difference between the string and stringbuffer classes?
What is metaspace?