The Inside Java Podcast features Ron Pressler to talk about Project Loom. Recommended!
Continue ReadingTag: Java
Take a Look at Project Loom
Maybe you already have heard of Java Project Loom. This is a project I am very exited about since it promises to make our lives as developers easier while at the same time being able to use the capabilities of modern hardware to the full extend. I’v long wondered why people like writing async code […]
Continue ReadingFormat Date in Java using ISO8601 including timezone
To format a java.util.Date as an ISO8601 timestamp including the correct timezone, java.time.OffsetDateTime can be used.
Continue Reading