Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Egidius Bakker   on May 25 In Java Category.

  
Question Answered By: Maurice Hanson   on May 25

No, sorry, but that is not true. First of all only unchecked exceptions
will propagate without the proper method-level declaration. Second, if
you are writing a multi-threaded application, including any UI
application, then it is possible for threads to die with uncaught
exceptions while the application continues to run.

Share: 

 

This Question has 7 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on question on exception Or get search suggestion and latest updates.


Tagged: