In this article, we will discuss an algorithm to find the nth node from the end of a singly linked list. First, let’s discuss what is singly liked list. Singly Linked List It is a …
In this article, we will discuss newly added Java 9 features. Oracle has released Open JDK 9 with the several new features and improvements on July 27, 2017. Java 9 brings outstanding improvements and new …
In this article of Java 10 New Added Features and Improvements, Java 10 has been initially released on 20 March 2018 with the several new features and improvements. After the release of Java 9, Java …
In this article, I will discuss an example of the Spring Data Solr CRUD Application using Spring Boot. I have already discussed the Spring Data Solr such how to install Apache Solr and how to …
In this article of the Spring Data Solr Pagination, we will discuss how to paginate Solr query results in the spring application. Spring Data provides PageRequest class which extends AbstractPageRequest and this abstract class implements the …
In this article of Spring Data Solr Sorting, we will see how to sort result coming from the Solr core server. We will explore multiple mechanisms of the Sorting using Spring Boot and Spring Data …
In this article, we will discuss how to do Microservice Registry Discovery using Netflix Eureka. We will see an example of a Microservice and also will register it with Netflix Eureka and then will discover …