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).
1 views

Anthony Goubard
3,577 viewsLet's see input and output hidden gems in the Java.

Anthony Goubard
3,992 viewsWhat are the old utility classes less known in Java?

Anthony Goubard
6,306 viewsIn 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.

Anthony Goubard
6,678 viewsHow 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 …

Anthony Goubard
13,671 viewsLet's see other possibilities than the default ones that can be done with the structured concurrency API.

Anthony Goubard
13,781 viewsLet's replace the synchronized keyword to be more virtual threads friendly in a code readable way.

Anthony Goubard
9,464 viewsText 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.

Anthony Goubard
20,517 viewsHow 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.

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