what is difference between checked exception & unchecked
exception in java?
Answer Posted / sagar hire
In checked exception it is necessary to that handle it.and
in case of unchecked exception it is not necessary to handle
that exception.
a method in which possibility of the checked exception
must throws that exception otherwise it will genberate a
complie time error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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?
what is a non-repeatable read?
Why is actionform a base class rather than an interface?
which book is better for jdbc ,servlets and jsp
Describe, in general, how java's garbage collector works?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is chat area? Explain.
Are enterprise beans allowed to use thread.sleep()?
Describe responsibilities of Activator?
What is the relationship between local interfaces and container-managed relationships?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is the relation between the infobus and rmi?
What is glasgow?
What if the static modifier is removed from the signature of the main method?
Which are the different segments of memory?