Tag

JDK15

0 views collected around this technical thread.

Java Captain
Java Captain
Oct 27, 2020 · Fundamentals

Understanding Sealed Classes in Java JDK 15

This article explains Java JDK 15’s sealed class feature, showing how to declare sealed classes, the required permits clause, and the necessary final, sealed, or non‑sealed modifiers for subclasses, illustrated with complete code examples.

JDK15JavaProgramming
0 likes · 3 min read
Understanding Sealed Classes in Java JDK 15
macrozheng
macrozheng
Sep 25, 2020 · Backend Development

Master Java 15: Text Blocks, Records, Pattern Matching, Sealed Classes & ZGC

Explore the key Java 15 enhancements—including Text Blocks for effortless multiline strings, Records and local records for concise data models, Pattern Matching for streamlined type checks, Sealed Classes to control inheritance, and the low‑latency ZGC—plus practical IDE tips for using these features effectively.

JDK15JavaRecords
0 likes · 9 min read
Master Java 15: Text Blocks, Records, Pattern Matching, Sealed Classes & ZGC
Architect's Tech Stack
Architect's Tech Stack
Aug 24, 2020 · Backend Development

Spring Boot 2.3.3 Released with JDK 15 Support, New Features and 67 Bugfixes

Spring Boot 2.3.3 has been released, offering initial support for JDK 15, a Maven parent pom snippet, 67 bug fixes and enhancements—including HTTP/2 improvements, configuration fixes, and numerous dependency upgrades—along with updated documentation and a link to the full release notes.

BackendBugFixesJDK15
0 likes · 4 min read
Spring Boot 2.3.3 Released with JDK 15 Support, New Features and 67 Bugfixes