<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Checked Exceptions on Deep Blogs</title>
    <link>https://blog.deepdhamala.com.np/tags/checked-exceptions/</link>
    <description>Recent content in Checked Exceptions on Deep Blogs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <managingEditor>dev.deepdhamala.com.np (Deep Dhamala)</managingEditor>
    <webMaster>dev.deepdhamala.com.np (Deep Dhamala)</webMaster>
    <copyright>© 2025 Deep Dhamala</copyright>
    <lastBuildDate>Sun, 27 Jul 2025 13:20:54 +0545</lastBuildDate>
    <atom:link href="https://blog.deepdhamala.com.np/tags/checked-exceptions/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Checked vs Unchecked Exceptions in Java</title>
      <link>https://blog.deepdhamala.com.np/posts/checked-vs-unchecked/</link>
      <pubDate>Sun, 27 Jul 2025 11:17:47 +0545</pubDate><author>dev.deepdhamala.com.np (Deep Dhamala)</author>
      <guid>https://blog.deepdhamala.com.np/posts/checked-vs-unchecked/</guid>
      <description>&lt;p&gt;In this article, we will explore the very important topic of exceptions in Java: Checked vs Unchecked exceptions. Let&amp;rsquo;s start with the basics.&lt;/p&gt;&#xA;&lt;h2 id=&#34;exceptions-in-java&#34;&gt;Exceptions in Java&lt;/h2&gt;&#xA;&lt;p&gt;An unexpected event that disturbs the normal flow of the program is called an Exception. This can be due to various reasons such as dividing by zero, accessing an invalid index in an array, or trying to read a file that does not exist.&lt;br&gt;&#xA;You can take an analogy with a car accident. In your commute to job you met an accident. This is an unexpected even that disturbs you normal flow of the day. How you are going to handle this situation (exception)? Similarly, for Java exceptions, you need to define explicitly how you are going to handle the exception in order to prevent the program from crashing.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
