Java
Spring Boot Web + Thymeleaf Hello World Example in IntelliJ in 5 Easy Steps
In this Tutorial, we will take a look at Spring Boot Web + Thymeleaf Hello World Example in IntelliJ in 5 Easy Steps
Java
[fix] URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs) IntelliJ
How to fix URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs) in IntelliJ
Java
Java: Collect Stream as ArrayList or LinkedList
To convert a stream as ArrayList or LinkedList make use of the Collectors toCollection method.
Java
Java: Convert Stream to List
In this tutorial, we will see how to convert a Stream to List in Java
Java
Java Program to generate random string
In this example, we will take a look at how to generate a random string using Java.
Java
Generate Maven Project Dependency Tree using MVN Command
How to generate Maven Dependency Tree using MVN Command?
Java
Java: Round Up to 2 decimal places examples
In this tutorial, we will take a look at how to round up a decimal or a float value up to 2 decimal places.
Java
Java: Generate random numbers within a range
In this example, we will generate random numbers within a range defining a boundary condition.
Java
[fix] JSON Expected BEGIN_OBJECT but was STRING at line 1 column 1
How to fix: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
Java
Convert JSON to Gson with type as ArrayList
How to convert JSON to Gson with type as ArrayList.
Java
Convert JSON String to Java GSON Object Example
In this Tutorial, we will look at how to convert JSON String to Java GSON Object with an example.
Java
Comparator with Lambda Examples
In this Tutorial, we will look at how to use Comparator with Lambda with Examples.
Java
Convert String Date to Date Object in Java
In this article, we will take a look at how to convert a String Date to a Date Object using Java.
Java
Java 8 java.util.Function and BiFunction Examples
In this Tutorial, we will take a look at Java 8 java.util.Function with Examples.
Java
Java Streams with Filters Examples
In this tutorial, we will take a look at how to make use of Java Streams with Filters with Examples.