Anthony Goubard
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).
Do you want your ad here?
Contact us to get your ad seen by thousands of users every day!
[email protected]All 2 Likes
Java, What’s Old? Part III: I/O
Let's see now the less known old classes related to I/O.
Table of Contents ObjectsvolatileLocaleCollatorNormalizerAfter Java, What’s Old? Part I – Collections, let’s now have a look at less known old utility classes that can still be useful. Everything in this series will be in Java 8 and later, so after …
Table of Contents OptionalStatisticsLinkedHashMapWeakHashMapBitSetA few weeks ago, I had the honor to present at the Arnhem JUG in the Netherlands about “Java, What’s old?” In this series, I’m focusing on what’s old in the JDK, not that known, and can …
Table of Contents More Shells for FreeCommand PromptPowershellWindows Subsystem for Linux (WSL)Git BashCygwinSSHBean ShellMore powerApplet Runner ProAnt Commander ProConclusionYou may be using one of the terminal applications installed on your operating system or use the included terminal panel of the …
Table of Contents VideoPodcast AppsGuestsContentLet’s wrap up this year with more interviews from the JFall conference. In this episode you’ll learn more about Foojay, JVM internals and writing your own programming language, Project Loom and structured concurrency, learning at conferences, …
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.
Text is represented by the String class in Java. In this article we’ll explore how to sort String, the advantages and drawbacks of each possibility.
- 1
- 2
All 11 Comments