<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>OOP on Fincz Finance Blog</title>
    <link>/tags/oop/</link>
    <description>Recent content in OOP on Fincz Finance Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Copyright © 2020-2026 Fincz. All Rights Reserved.
</copyright>
    <lastBuildDate>Mon, 20 May 2024 08:00:00 +0530</lastBuildDate><atom:link href="/tags/oop/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Top 10 Java Design Patterns for Senior Developers</title>
      <link>/java-design-patterns-qna/</link>
      <pubDate>Mon, 20 May 2024 08:00:00 +0530</pubDate>
      <guid>/java-design-patterns-qna/</guid>
      <description><![CDATA[<h2 id="top-10-java-design-patterns-for-senior-developers" data-numberify>Top 10 Java Design Patterns for Senior Developers<a class="anchor ms-1" href="#top-10-java-design-patterns-for-senior-developers"></a></h2>
<p>Design patterns are reusable, proven solutions to commonly occurring problems within a given context in software design. For senior developers, a deep understanding of these patterns is crucial for building scalable, maintainable, and flexible applications.</p>
<hr>

<h2 id="creational-patterns" data-numberify>Creational Patterns<a class="anchor ms-1" href="#creational-patterns"></a></h2>
<p>Creational patterns provide various object creation mechanisms, which increase flexibility and reuse of existing code.</p>

<h3 id="1-singleton-pattern" data-numberify>1. Singleton Pattern<a class="anchor ms-1" href="#1-singleton-pattern"></a></h3>
<p><strong>Intent:</strong> Ensures a class has only one instance and provides a global point of access to it.</p>]]></description>
    <enclosure url="/images/2026/07/java-design-patterns.gif" length="540549" type="image/.gif" />
    </item>
    
    <item>
      <title>Advanced Java Interview Questions for Senior Developers</title>
      <link>/java-questions-and-answers/</link>
      <pubDate>Thu, 18 May 2023 08:00:00 +0530</pubDate>
      <guid>/java-questions-and-answers/</guid>
      <description><![CDATA[<h2 id="advanced-java-interview-questions-for-senior-developers" data-numberify>Advanced Java Interview Questions for Senior Developers<a class="anchor ms-1" href="#advanced-java-interview-questions-for-senior-developers"></a></h2>

<h3 id="q-explain-the-role-of-the-java-class-loader" data-numberify>Q: Explain the role of the Java Class Loader.<a class="anchor ms-1" href="#q-explain-the-role-of-the-java-class-loader"></a></h3>
<p><strong>Business Use Case:</strong> &ldquo;Our application uses a proprietary JDBC driver JAR that is not part of the standard Java libraries. How does the JVM find and load the classes from this JAR at runtime?&rdquo;</p>
<p><strong>Answer:</strong> &ldquo;This is handled by the Java Class Loader subsystem, which follows a <strong>delegation model</strong>. When the application needs a class, the request is passed up a hierarchy of class loaders:</p>]]></description>
    <enclosure url="/images/2023/05/introduction-java.webp" length="12344" type="image/.webp" />
    </item>
    
  </channel>
</rss>

