SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Java

» Start this Course
(Practice similar questions for free)
Question:

The main difference between checked and unchecked exception is that the checked exceptions are checked at compile-time while unchecked exceptions are checked at runtime. Checked means that the compiler requires that you handle the exception in a catch, or declare your method as throwing it.

Author: Brian Woczka



Answer:

What is the diffrence between Unchecked exceptions and Checked exception?


0 / 5  (0 ratings)

1 answer(s) in total