Full Stack DeveloperHidden Classes: Java’s Best-Kept Bytecode Secret Revealed!Java 15 introduced Hidden Classes. It can be used for Bytecode manipulation!!! Let’s see if we can use this feature somewhere?Aug 25
ard-SiteHow to create your own annotations in JavaThis is a practical tutorial, where you will learn how you can create your own custom annotation types in your Java program. But also an…Oct 21, 2020
Pravinkumar SinghJava 15: Feature and HighlightsThis article covers features of Java 15 with code examplesJun 26, 2023Jun 26, 2023
Jakub PierzchlewiczADT with Java: sealed classes, pattern matching, recordsI am a big fan of Algebraic Data Types. They allow us to declaratively specify data model grammar. Many modern statically typed languages…Dec 28, 2020Dec 28, 2020
Full Stack DeveloperHidden Classes: Java’s Best-Kept Bytecode Secret Revealed!Java 15 introduced Hidden Classes. It can be used for Bytecode manipulation!!! Let’s see if we can use this feature somewhere?Aug 25
ard-SiteHow to create your own annotations in JavaThis is a practical tutorial, where you will learn how you can create your own custom annotation types in your Java program. But also an…Oct 21, 2020
Pravinkumar SinghJava 15: Feature and HighlightsThis article covers features of Java 15 with code examplesJun 26, 2023
Jakub PierzchlewiczADT with Java: sealed classes, pattern matching, recordsI am a big fan of Algebraic Data Types. They allow us to declaratively specify data model grammar. Many modern statically typed languages…Dec 28, 2020
Fth FeyzaThis article is about the simple introduction of Java 15 and its new features.1. JEP 360: Sealed Classes (Preview) This feature for better control over inheritance. Before Java 15, developers could only use final…Sep 3, 2022
Inhh.rubyNikolai GribanovHow we moved to Java 15 or the story of jvm bug that lived six years longWe have been preparing for the release of Java 15 due to some of its new features. In particular, text blocks. Yes, they were introduced in…Aug 3, 2022