1. Introduction In this article, we will explore the methods that were added to the Map interface since Java 8 release. No new methods were […]
Injecting Collections in Spring
1. Introduction In this article we will discuss how to inject Collections using Spring. 2. Content If a Collection is publicly available then usually in […]
Set Interface Enhancements from Java 8 to Java 10
1. Introduction In the previous article, we saw the new additions in Set interface, Collection interface and Map.Entry since Java 8 release. In this article, […]
Injecting HTTP Headers in Spring Rest Controller
Watch the video about this article at YouTube or use link https://www.youtube.com/watch?v=sh2rvIZ7vx0 1. Introduction In this article, I will discuss how to inject the request […]
Injecting Prototype Bean in Singleton Bean
1. Introduction In this article, I will go through a few different ways to solve an interesting dependency injection problem that can arise while using […]
Map.Entry Interface Enhancements : What’s new in Java 8 to Java 10
1. Introduction In this article we will discuss 4 methods added in the Entry interface. Entry interface is a nested interface in java.util.Map interface. Map […]
Collection Interface Enhancements : What’s new in Java 8 to Java 11
1. Introduction In this article we will see 5 different methods that were added in the Collection interface since Java 8. We will discuss methods […]
List Interface Enhancements : What’s new in Java 8 to Java 10
1. Introduction In this article we will explore the methods that were added to List interface in and after Java 8 release. No new methods […]