<?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>Default-Method on Java Developer Central</title>
    <link>https://javadevcentral.com/tags/default-method/</link>
    <description>Recent content in Default-Method on Java Developer Central</description>
    <generator>Hugo -- 0.134.2</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 22 Mar 2021 20:09:00 +0530</lastBuildDate>
    <atom:link href="https://javadevcentral.com/tags/default-method/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Default Methods in Java Map</title>
      <link>https://javadevcentral.com/default-methods-in-java-map/</link>
      <pubDate>Mon, 22 Mar 2021 20:09:00 +0530</pubDate>
      <guid>https://javadevcentral.com/default-methods-in-java-map/</guid>
      <description>Many JDK interfaces were enhanced with default methods in Java 8. In this post we will learn about the default methods in the Java Map interface.</description>
    </item>
    <item>
      <title>Default Method Resolution Rules</title>
      <link>https://javadevcentral.com/default-method-resolution-rules/</link>
      <pubDate>Mon, 25 May 2020 16:24:00 +0530</pubDate>
      <guid>https://javadevcentral.com/default-method-resolution-rules/</guid>
      <description>This post covers the default method resolution rules. These will be used when a class inherits more than one method with the same signature.</description>
    </item>
    <item>
      <title>Default Methods in Java</title>
      <link>https://javadevcentral.com/default-methods-in-java/</link>
      <pubDate>Mon, 06 Apr 2020 10:53:00 +0530</pubDate>
      <guid>https://javadevcentral.com/default-methods-in-java/</guid>
      <description>Default methods in Java enable us to add new functionality to the interfaces of our libraries without breaking the existing implementations of the interface</description>
    </item>
  </channel>
</rss>
