Java Weekly, Issue 536

News on Java evolving through JEPs and an exploration of the Azure Spring Apps platform from Microsoft (and VMware). A solid week.

Our Partners

Explore the highly curated list of partners on Baeldung.

Java File Separator vs File Path Separator

To make our code portable between operating systems, we need to handle the directory and path separator characters correctly. We look at a few ways that Java can help use the correct characters for the host operating system.