<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java Finally :: CC 210 Textbook</title>
    <link>https://textbooks.cs.ksu.edu/cc210/10-exceptions/06-java/05-finally/video/index.html</link>
    <description>Resources Slides Video Script There are some situations where we might need to be sure a particular piece of code always executes, even if our program reaches an exception. For example, if we are reading or writing to a file, we should always close that file when we are done, even if we encounter an error. To do that, we can add a Finally block to our programs in Java.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 02 Jan 2023 21:18:16 -0600</lastBuildDate>
    <atom:link href="https://textbooks.cs.ksu.edu/cc210/10-exceptions/06-java/05-finally/video/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>