manish


{ City } bangalore
< Country > india
* Profession * it engineer
User No # 32423
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 15
Users Marked my Answers as Wrong # 9
Questions / { manish }
Questions Answers Category Views Company eMail




Answers / { manish }

Question { IBM, 18019 }

how can u handle runtime exceptions in java plz explain
with examples briefly?


Answer

You can catch compile time Exception,with using try and
catch or throws keyword,Buti think if u r going to catch
Runtime Exception then no,meaning bcoz Runtime Exception are
unchecked
exception.Means no meaning of try and catch but u can use.

Is This Answer Correct ?    15 Yes 9 No