Core Java
-

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 » -

ActiveJ: A New, Alternative Java Platform
ActiveJ is a new, open-source Java platform for quickly building efficient web, cloud, and microservices solutions for high performance environments.
Read More » -

JDK16 javac xlint Warning about Default Constructors
I mentioned in my blog post “Explicit No-Arguments Constructor Versus Default Constructor” that “it is possible that one day javac…
Read More »
