Java, What's Old? Part III - I/O
Let's see input and output hidden gems in the Java.

Java developer since 1995, I've seen, in so many years, many technologies: from J2ME to the cloud, from sockets to GraphQL. Working now as freelance for clients or for my passion which is to write Java Swing applications (japplis.com).

Let's see input and output hidden gems in the Java.

What are the old utility classes less known in Java?

In this series, I'm focusing on what's old in the JDK, not that known, and can be useful. A few hidden gems in the JDK.

How to have less terminal windows opened and stay in the flow while working in your IDE.

Let's wrap up this year with more interviews from the JFall conference. In this episode you'll learn more about Foojay, JVM internals and …

Let's see other possibilities than the default ones that can be done with the structured concurrency API.

Let's replace the synchronized keyword to be more virtual threads friendly in a code readable way.

Text data and text manipulation of it is also part of a developer job. Let's see a few free text tools to simplify your job.

How fast can you process a 1 billion rows text file in Java? That's the challenge that many Java developers tried to solve in January 2024.

Sorting text should be easy as String implements the Comparable interface. In this article, we'll see that it can be more complicated than …

A way to automatically (re)compile, (re)load and (re)execute code on file changed!

As Java developers, we all have it installed on our computer: the Java Development Kit, also known as the JDK. In this article, we'll …

Let's explore libraries and framework used to write an office suite in Java.

Having written many Java GUI applications, I thought it would be cool to run them embedded in IntelliJ IDEA, Eclipse and NetBeans.