sealed interface

  • July 7, 2024
  • 3mins read

Java switch statement

Today, I would like to take a look at Java statements and their evolution, and how you can use them more effectively

Read More
  • June 30, 2024
  • 3mins read

Sealed Classes and Interfaces in Java 21

Today, we’ve got an incredibly exciting article for you about sealed interfaces 🤩 and sealed classes 🔒 in Java 21! 🐱‍💻✨ Get

Read More
  • June 30, 2024
  • 2mins read

Kotlin Sealed classes and interfaces

Sealed interfaces are a cornerstone in our project, employed extensively for mapping results and facilitating seamless communication between services. Their structured approach

Read More
×