Blog: Nicolai Parlog |
240 blogs
updated: 89 min. ago
|
||
A detailed guide to Java 13: text blocks, switch expressions with yield, ZGC, dynamic AppCDS archives The post Definitive Guide To Java 13 a...
|
||
A detailed guide to Java 13: text blocks, switch expressions with yield, ZGC, dynamic AppCDS archives The post Definitive Guide to Java 13 a...
|
||
How to use --enable-preview (plus --source or --release during compilation) to experiment with Java's preview features like switch expressio...
|
||
Java's module system requires good and consistent support by libraries, frameworks, and tools. This maturity model classifies a project's su...
|
||
How to use --enable-preview (plus --source or --release during compilation) to experiment with Java's preview features like switch expressio...
|
||
Java 13 introduces text blocks: string literals that span multiple lines. Here's all you need to know about syntax, indentation, escape sequ...
|
||
The JDK contains immutable collections, but no type `ImmutableCollection`. I explain why and claim that that's never gonna change. The post ...
|
||
During a week of turmoil, many people have written about Jakarta EE and javax. This post summarizes the community's opinions and gives you p...
|
||
A detailed guide to Java 12: migration, version requirements, new features (switch expressions, teeing collectors, indenting/transforming St...
|
||
The teeing collector, available since Java 12 as Collectors::teeing, forwards its input to two other collectors before merging their results...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler