Java SE 14 (March 2020) introduced a limited form of pattern matching as a preview feature, which becomes a permanent feature in Java SE 16 (March 2021). The first phase of pattern matching is limited to one kind of pattern (type patterns) and one languag... (more…)
Read more »
Java is a safe programming language and prevents programmer
from doing a lot of stupid mistakes, most of which based on memory management.
But, there is a way to do such mistakes intentionally, using Unsafe class.
Read more »
How to design Java Application with Toast and Validation, you can now Implement Toast on your java desktop application developer... (more…)
Read more »
Simple kubectl java plugin using jbang. Contribute to filippobuletto/kubectl-java-test development by creating an account on GitHub. (more…)
Read more »
Workflow As Code on Kafka. Contribute to javactrl/javactrl-kafka development by creating an account on GitHub. (more…)
Read more »