<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java on Deep Blogs</title>
    <link>https://blog.deepdhamala.com.np/categories/java/</link>
    <description>Recent content in Java 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>Mon, 18 Aug 2025 20:01:17 +0545</lastBuildDate>
    <atom:link href="https://blog.deepdhamala.com.np/categories/java/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>All You need to know about Maven</title>
      <link>https://blog.deepdhamala.com.np/posts/maven/</link>
      <pubDate>Sat, 09 Aug 2025 16:38:25 +0545</pubDate><author>dev.deepdhamala.com.np (Deep Dhamala)</author>
      <guid>https://blog.deepdhamala.com.np/posts/maven/</guid>
      <description>&lt;p&gt;Maven is a powerful build automation tool for Java projects, focusing on dependency management and project lifecycle.&lt;/p&gt;</description>
    </item>
    <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>
    <item>
      <title>JDK vs JRE vs JVM</title>
      <link>https://blog.deepdhamala.com.np/posts/jdk-vs-jre-vs-jvm/</link>
      <pubDate>Fri, 25 Jul 2025 13:54:59 +0545</pubDate><author>dev.deepdhamala.com.np (Deep Dhamala)</author>
      <guid>https://blog.deepdhamala.com.np/posts/jdk-vs-jre-vs-jvm/</guid>
      <description>&lt;p&gt;Ever wondered what &lt;code&gt;JDK&lt;/code&gt;, &lt;code&gt;JRE&lt;/code&gt;, and &lt;code&gt;JVM&lt;/code&gt; mean?&#xA;In this blog post, we will explore the differences between these three components of the Java ecosystem.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
