---
title: "What is Exception Handling in java?"  
description: "What is Exception Handling in java?"  
author: "Anonymous User"  
published: 2015-04-23  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2424/what-is-exception-handling-in-java  
category: "java"  
tags: ["exception handling", "java", "exception"]  
reading_time: 1 minute  

---

# What is Exception Handling in java?

**Exception** Handling is a mechanism to handle runtime errors.It is mainly used to handle checked exceptions.\
The core advantage of exception handling is to maintain the normal flow of the application. Exception normally disrupts the normal flow of the application that is why we use exception handling\

## Answers

### Answer by Anonymous User

**Exception** Handling is a mechanism to handle runtime errors.It is mainly used to handle checked exceptions.\
The core advantage of exception handling is to maintain the normal flow of the application. Exception normally disrupts the normal flow of the application that is why we use exception handling\


---

Original Source: https://www.mindstick.com/interview/2424/what-is-exception-handling-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
