News

Here's how to use MethodHandle and VarHandle to gain programmatic access to methods and fields. One of the things that distinguishes a veteran Java developer is familiarity with reflection and its ...
The first seven posts of my series of dealing with too many parameters expected in Java methods focused on alternative approaches to reduce the number of parameters a method or constructor expects.