Java Doesn’t Suck – You’re Just Using It Wrong

I’ve been building enterprise Java web apps since servlets were created. In that time the Java ecosystem has changed a lot but sadly many enterprise Java developers are stuck in some very painful and inefficient ways of doing things. In my travels I conti… Read more

Similar

Java Control Flow: Part 1

In this series I will explain what control flow is, how it is represented for program analysis, and the various nuances for practical implementations that target Java bytecode. Basics Control flow is a term used to describe the order in which the statemen... (more…)

Read more »