|
You are here |
www.jrebel.com | ||
| | | | |
msfjarvis.dev
|
|
| | | | | Part 1 of my #TeachingKotlin, this post goes over Kotlin classes, objects and how things like finality and staticity vary between Java and Kotlin. | |
| | | | |
solutionspace.blog
|
|
| | | | | Records are part of the Java language since version 14. They are a useful feature for types that primarily capture data and avoid some of the boilerplate that Java is famous for. While many traditional class hierarchies could be translated to records, I found the discussion around which of them should be adapted to that... | |
| | | | |
piotrminkowski.com
|
|
| | | | | This article shows the most significant new developer-friendly features after Java 8. It includes new switch expression, records or sealed. | |
| | | | |
golb.hplar.ch
|
|
| | | [AI summary] This article explains how to use regular expressions for string processing and introduces the VerbalExpressions library to make regex patterns more human-readable in Java and JavaScript. | ||