Core Java
-
Using Java 9 Modularization to Ship Zero-Dependency Native Apps
Why can’t I just build an .EXE? When Java was first introduced, mainstream programming languages mostly either compiled to standalone…
Read More » -
Testing with Hoverfly and Java Part 3: State
Previously we simulated a delay scenario using Hoverfly. Now it’s time to dive deeper and go for a state-based testing.…
Read More » -
Testing with Hoverfly and Java Part 2: Delays
On the previous post we implemented json and Java based Hoverfly scenarios..Now it’s time to dive deeper and use other…
Read More » -
Keeping the Caller Busy
There are ways we could refactor the displayCart function, but consider a second what the caller is doing each time…
Read More » -
Java 8 Base64 Encoding and Decoding (With Examples)
Learn different ways to do base64 encoding and decoding functionality in java and using java 8 api, and also examples…
Read More » -
Java 8 Optional Tutorial With Examples
A quick and in-depth tutorial to Optional API in java 8. Exploring various types of examples to understand the right…
Read More » -
Java 8 Collectors API Tutorial With Real Time Examples
A quick practical guide to Java 8’s Collectors api. Example programs on various useful reduction operations and accumulating elements into…
Read More » -
Bulk vs Individual Compression
I’d like to share something very brief and very obvious – that compression works better with large amounts of data.…
Read More » -
OCR in Java with Tess4J
Optical character recognition (OCR) is the conversion of images containing text to machine-encoded text. A popular tool for this is…
Read More »