Java
-

How to Format a String, Clarified!
A User-Friendly Introduction The Java Documentation of String formatting is not the easiest to read and understand if you are…
Read More » -

Enum: How to use name() and toString() methods correctly
The Difference Between Two Methods? The Java Enum has two methods that retrieve that value of an enum constant, name() and…
Read More » -

Testing time based reactor core streams with Virtual time
Reactor Core implements the Reactive Streams specification and deals with handling a (potentially unlimited) stream of data. If it interests you,…
Read More » -

Eclipse MicroProfile: 5 Things You Need to Know
Optimising Enterprise Java for Microservice Architecture The Eclipse MicroProfile initiative was launched at JavaOne 2016, the brainchild of server vendors…
Read More » -

Java 9, Jigsaw, JPMS, and Modules: A Personal Exploration
Java 9 delayed so many times because of Project Jigsaw, and you may be heard a lot of thing about modules,…
Read More » -

Introduction to WSO2 Registry Mounting
This post is based on the common questions raised about registry mounting and how it works etc. Below are the…
Read More » -

GC Explained: Algorithms
As described in the previous post, we have four different garbage collectors available in HotSpot JVM. There are some significant…
Read More » -

Java Application Performance Monitoring: End-to-end performance of complex distributed applications
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -

Using Gmail as SMTP server from Java, Spring Boot apps
Gmail users can use Gmailâs SMTP server smtp.gmail.com to send emails from their Spring Boot apps. For this let us do…
Read More »



