Checked exceptions have always been a controversial feature of the Java language. (more…)
Read more »
JEP 430, String Templates (Preview), has been promoted from Proposed to Target to Targeted status for JDK 21, a feature JEP type that proposes to enhance the Java programming language with string templates, which are similar to string literals but contain... (more…)
Read more »
It is not uncommon that we need to represent an array of Boolean (true or false) values. There are multiple ways to do it. The most natural way could be to construct an array of booleans (the native Java type). It is likely that when stored in an array, J... (more…)
Read more »
The purpose of this article is to explain to you, what are RMI interfaces you might encounter during penetration testing of infrastructure… (more…)
Read more »
It looks like Java EE may finally be fully free. In a blog post on the venerable Aquarium blog (started by the Glassfish team at Sun a decade or so ago) Oracle has announced that it has selected th… (more…)
Read more »