Category: Java

The Stream API

In Java 8, the Stream API is a powerful and flexible way to process collections of data. It allows you to perform operations on a sequence… Continue reading on Medium…

JavaScript : What is “this”?

During interviews, frontend developers are commonly asked about this keyword Continue reading on Medium » During interviews, frontend developers are commonly asked about this keywordContinue reading on Medium » Read…

Different Configuration approaches in Java

There are primarily three types of configuration approaches: XML-based configuration, Java-based configuration, and Annotation-based… Continue reading on Medium » There are primarily three types of configuration approaches: XML-based configuration, Java-based…