URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       knowledge-space
  HTML https://sravanks.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Dictionary
       *****************************************************
       #Post#: 8--------------------------------------------------
       Java Checked and Unchecked Exceptions
       By: sravan Date: September 27, 2017, 5:32 am
       ---------------------------------------------------------
       Checked Exceptions should be handled : This statement means,
       when you write the code in ide, it gives you redmark. You should
       surely handle that exception.
       Example : FileNotFoundException
       UnChecked Exceptions may or maynot be handled : This statement
       means, when you write the code in ide, it doesn't give you
       redmark. But it might fail at runtime.
       Example : NullPointerException
       [attach=1]
       *****************************************************