---
title: "Can finally block be used without catch?"  
description: "Can finally block be used without catch?"  
author: "Anonymous User"  
published: 2015-04-24  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/2429/can-finally-block-be-used-without-catch  
category: "java"  
tags: ["java", "exception"]  
reading_time: 1 minute  

---

# Can finally block be used without catch?

Yes, by try block. finally must be followed by either try or catch

## Answers

### Answer by Anonymous User

Yes, by try block. finally must be followed by either try or catch


---

Original Source: https://www.mindstick.com/interview/2429/can-finally-block-be-used-without-catch

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
