Functional interface with lambda expression java 8
1. Overview In this article, we will learn what is functional interface with lambda expression java 8. 2. Development environment Java : Oracle JDK 1.8 IDE …
1. Overview In this article, we will learn what is functional interface with lambda expression java 8. 2. Development environment Java : Oracle JDK 1.8 IDE …
1. Overview In the present digital world, most of the websites and applications are developed in Java. Many Java-based applications are installed on the devices we use daily. Java is…
1. Overview Let’s first discuss what is Naive Bayes algorithm. “Naive Bayes classifiers are a family of simple “probabilistic classifiers” based on applying Bayes’ theorem with strong (naive) independence assumptions…
1. Overview “Confusion matrix sometimes also known as an error matrix, is a specific table layout that allows visualization of the performance of a supervised machine algorithm like naive Bayes, SVM,…
1. Overview Let’s first discuss what is Naive Bayes algorithm. “Naive Bayes classifiers are a family of simple “probabilistic classifiers” based on applying Bayes’ theorem with strong (naive) independence assumptions…
1. Overview In this article, We will learn how to develop Spring boot Rest Service with MongoDB. MongoDB is a popular NoSQL database and widely used database for newly started…
1. Overview In this article, We will discuss how to generate UUID in Java. We will also discuss different ways to generate random UUID, Time-based UUID, and Name-based UUID. Full…
1. Overview In this article, we will learn how to download file in NodeJs with example . There are several ways to download files. Download File In http Server Using…
Overview In Java 8, some new comparison utility methods are added in the Comparator interface which returns the behavior of Comparator. those methods can be used with lambda expression or…
Overview In Java 8, we know how to get a stream of List using stream() or parrallelStream() method of Collection interface. But what if we want a stream of two…