Core Java
-

Blowfish Encryption Algorithm
Blowfish, conceived by Bruce Schneier in 1993 is a symmetric-key block cipher, devised to overcome the constraints of prior encryption…
Read More » -

Java and Dapr: Building Cloud-Native Apps Made Easy
The ever-evolving landscape of cloud-native development demands innovative solutions for building scalable and resilient applications. Java, a cornerstone of enterprise…
Read More » -

Compute Percentiles in Java
When it concerns data analysis in Java, computing percentiles stands as a foundational task for grasping the statistical distribution and…
Read More » -

Get the Initials of a Name in Java
When working with names in Java, a common task is to shorten the name to initials from a given full…
Read More » -

Understanding Invalid Characters in XML
XML, the Extensible Markup Language, is a fundamental building block for data exchange and configuration files. But like any language,…
Read More » -

Optimizing Java Performance: A Look at the Execution Pipeline
Ever wondered how your seemingly simple lines of Java code transform into a functioning application? The magic lies in the…
Read More » -

Add Elements to Java Collection
Looping through a List is a frequent task in Java, yet appending elements to it during iteration demands careful attention…
Read More » -

How to Convert Excel to JSON in Java
1. Introduction When Java applications deal with data interchange between different systems, it’s common to convert Excel to JSON. Apache…
Read More » -

Serialization with FlatBuffers in Java
FlatBuffers in Java facilitates high-speed data serialization/deserialization, eliminating parsing overhead. Developed by Google, it offers a schema-less, memory-efficient solution for…
Read More »

