-
Enterprise Java
WireMock with Spring Boot Example
1. Introduction WireMock is a powerful HTTP mock server that stubs and verifies HTTP requests. It provides a controlled test…
Read More » -
Core Java
Closing Scanner Java Example
1. Introduction The java.util.Scanner class can read input from System.in, File, InputStream, Path, Readable, String, etc. It implements the Closeable…
Read More » -
Software Development
Read an External Properties File in Maven
1. Introduction Reading external properties in a maven project is useful when accessing secure credential configuration, or logging settings, etc.…
Read More » -
Java
JDK_JAVA_OPTIONS vs JAVA_TOOL_OPTIONS
1. Introduction JDK_JAVA_OPTIONS and JAVA_TOOL_OPTIONS are environment variables used to pass Java Virtual Machine (JVM) options to configure the JVM…
Read More » -
Java
IntelliJ IDEA Include External JAR Example
1. Introduction IntelliJ IDEA is an integrated development environment (IDE) developed by JetBrains. Including external JAR is essential for various…
Read More » -
Core Java
PostgreSQL Hibernate 6 JSON Example
1. Introduction Hibernate 6 enhances the Object-Relational Mapping(ORM) framework by supporting JSON Data types. In this example, I will create…
Read More » -
Java
Remove Insignificant Zeros From a Numeric String Example
1. Introduction Insignificant zeros refer to zeros that don’t affect the value of the number. In this example, I will…
Read More » -
Core Java
Generate IPv4 Addresses From Numeric String Example
1. Introduction Internet Protocol version 4 (IPv4) is a 32-bit number that consists of four 8-bit sections (octets). Each octet…
Read More » -
Java
JMeter Results Analysis
1. Introduction Apache JMeter is open-source software designed for performance testing and load testing of applications by simulating heavy traffic…
Read More »