A Glimpse at Java 20

Java 20 is almost round the corner. We already have a good idea of what new things will be in it. So let us visit them in this newscase: Sequenced Collection… Read more

Similar

Java’s SimpleDateFormat: YYYY vs. Yyyy

This post would have been more appropriate a week ago when 2018 was coming to a close but better late than never. This is a friendly reminder that when formatting dates in Java’s SimpleDateFormat class there is a subtle difference between YYYY and yyyy. T... (more…)

Read more »