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 ...
When a method looks too long, or it's becoming to hard to test, a good practice is to take a minute and calculate the McCabe cyclomatic complexity of the Java method in question and see if the result ...