Java 20: Colossal Sparse Memory Segments

Did you know you can allocate memory segments that are larger than the physical size of your machine’s RAM and indeed larger than the size of your entire file system? Read this article and learn how to make use of mapped memory segments that may or may no… Read more

Similar

Java Loops

Java loops are used to repeat the execution of a statement or block of statements while the provided condition returns true. (more…)

Read more »

Java 9 Enters First Bug Fixing Round

Java 9 is now officially feature complete, meaning the first bug-fixing phase has started. HTTP/2 Client didn't make it on time for the deadline and has been downgraded to an incubating feature. Since the objective now is to prepare Java 9 for general ava...

Read more »