Java Development
-
Java 8 Collect vs Reduce Example
Hello readers, this tutorial explains the concept of reducing and collecting in Streams and Collector’s API respectively. 1. Introduction 1.1…
Read More » -
Java 8 Comparator Example
Hello readers, this tutorial explains how to use Lambda expressions in order to improve the boilerplate code of the Comparator…
Read More » -
Spring Boot JDBC Example
Do you want to learn about using Spring Boot with JDBC? Yes? Then you have come to the right place.…
Read More » -
Apache ActiveMQ File Transfer Example
1. Introduction Apache ActiveMQ (AMQ) is a message broker which transfers messages from sender to receiver. In this example, I will build two…
Read More » -
Java 8 Consumer and Supplier Example
Hello readers, this tutorial explains the in-built functional interfaces (i.e. Consumer<T> and Supplier<T>) introduced in Java8. 1. Introduction These features…
Read More » -
Java 8 Convert a Stream to List Example
Hello readers, this tutorial explains how to convert a Stream to a List with the help of the following examples.…
Read More » -
Java 8 Streams: allMatch(), anyMatch(), noneMatch() Example
Hello readers, Java 8 Matching with Streams tutorial explains how to match the elements in a stream using the allMatch(),…
Read More » -
Apache ActiveMQ Distributed Queue Tutorial
Apache ActiveMQ (AMQ) is an open source messaging server written in Java, which implements JMS 1.1 specifications. In this article,…
Read More » -
Java Servlet Container Example
In this article we will demonstrate deploying and running a simple web application via a servlet container. In addition to…
Read More » -
Log4j Rotation Example
This article is a tutorial about log rotation in Log4j. In this tutorial, we are going to configure log4j via…
Read More »