---
title: "What are checked exceptions?"  
description: "What are checked exceptions?"  
author: "Anonymous User"  
published: 2011-03-01  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/371/what-are-checked-exceptions  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What are checked exceptions?

Checked exception are those which the Java compiler forces you to catch. e.g. IOException are checked Exceptions.

## Answers

### Answer by Anonymous User

Checked exception are those which the Java compiler forces you to catch. e.g. IOException are checked Exceptions.


---

Original Source: https://www.mindstick.com/interview/371/what-are-checked-exceptions

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
