Showing posts with label Exception. Show all posts
Showing posts with label Exception. Show all posts

Tuesday, January 24, 2017

Why Checked Exception exists in Java when we have Runtime Exception in our bucket?

Have you ever thought Why Checked Exception exists in Java when we have Runtime Exception to convey exceptional cases in our program? There must be a pretty good reason behind it? Have you ever tried to find it out?

Today we would provide you a small overview about Checked Exception then we directly jump on answering our topic of interest today i.e. Why Checked Exception exists in Java?