In this article, we will learn how to use Function functional interface. Let’s get started.
[Read More]
Understanding about Functional Interfaces in Java 8 - Predicate
In this article, we will learn how to use Predicate functional interface in Java 8. Let’s get started.
[Read More]
Linear Regression
In this article, we will learn how to use Normal Equation in Linear Regression model. Let’s get started.
[Read More]
How to configure Hibernate correctly in our project
In this article, we will learn how to configure Hibernate in our normal project or Spring boot project in production environement.
[Read More]
The different between Web server, Web container and Application server
In this article, we will learn how to differentiate between web server, web container, and application server. Based on these differences, we can choose our compatible server to deploy our applications.
[Read More]