Java Properties Deep Dive
Properties are around since java. Properties are a persistent form of K/V pair which is mainly used for configuration. Configuration can be... (more…)
Read more »A dual-purpose tutorial to 1) Demonstrate how to implement the Simple Query Protocol, where Java is an implementation detail; 2) Show practical examples of most of the new features since JDK 17, including Records, Sealed Types, Pattern Matching for Switch… Read more