Answer Posted / 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 |
Post New Answer View All Answers
What are various types of class loaders used by jvm?
What is a sessionfactory? Is it a thread-safe object?
If your ui seems to freeze periodically, what might be a likely reason?
What is chat area? Explain.
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Explain the different types of memory used by jvm?
Which textcomponent method is used to set a textcomponent to the read-only state?
What are the benefits of detached objects?
Explain phantom read?
Why a client should be multithreading? Explain.
What class is the top of the awt event hierarchy?
Do I have to use jsps with my application?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Difference between hashmap and hashtable?
Describe activation process?