A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Microsoft acquires leading AdoptOpenJDK contributor jClarity – JAXenter
Microsoft has announced its acquisition of jClarity, provider of software performance analytics and leading contributor to the AdoptOpenJDK project.
An Intro to the Java Debug Interface (JDI) | Baeldung
A quick and practical overview of Java Debug Interface.
PostgreSQL Interval to Java Duration with Hibernate – Vlad Mihalcea
Learn how to map the PostgreSQL interval column type to a Java Duration object using Hibernate and the hibernate-types project.
Draft JEP to Remove Deprecated CMS Garbage Collector
In the 10 April 2017 post ” Java Garbage Collectors: When Will G1GC Force CMS Out? ,” I discussed JEP 291 (“Deprecate the Concurrent Mark S…
Java Weekly, Issue 295 | Baeldung
A guide to creating secure services using Spring Cloud Gateway, and a cool presentation on Serverless Java.
What is Serialization? Everything You Need to Know About Java Serialization Explained With Example
What is Java Serialization, What is Deserialization, Only classes which implement Serializable can be serialized, Why Serializable is not implemented by Object, The transient and static fields do not get serialized, What is serialVersionUID and Why should we declare it, Customizing Serialization and Deserialization with writeObject and readObject methods, Stopping Serialization and Deserialization by using writeObject and readObject methods
Stack Overflow handling in HotSpot JVM
JVM stack layout, guard zone, stack banging, reserved pages – how HotSpot implements Stack Overflow check
Request Tracing in Payara Platform 5.192
Request tracing has been a feature in Payara Platform for a number of years now, and over time it has evolved and changed in a number of ways. The crux of what the feature is remains the same, however: tracing requests through various parts of your applications and the Payara Platform to provide details about their travels.
What’s a Bill of Material BOM file?
Wikipedia says: A bill of materials or product structure (sometimes bill of material, BOM or associated list) is a list of the raw materials, sub-assemblies, intermediate assemblies, sub-components, parts, and the quantities of each needed to manufacture an end product. A BOM may be used for communication between manufacturing partners or confined to a single…
Finding the Least Common Multiple in Java | Baeldung
Learn various methods to find the least common multiple of two numbers in Java
Java Weekly, Issue 294 | Baeldung
A round-up of all the new language features that have come out since Java 8, with a special focus on local-variable type inference via the var keyword.
Kotlin 1.3.50: New APIs and improved Java to Kotlin converter – JAXenter
The latest version of Kotlin arrives with a new time measurement and duration API preview, tooling improvements, plans for a Java converter, and more.
Manifold: Say Goodbye to Checked Exceptions – JAXenter
Modern languages don’t do checked exceptions. Scott McKinney shows how to stick with Java and neutralize checked exceptions with the Manifold framework.
JRebel for JDeveloper now eliminates redeploys on remote servers and VMs
JRebel for JDeveloper now eliminates redeploys for Java developers using virtual machines, remote servers, and PaaS.