Skip to main content

16 posts tagged with "java"

A versatile, object-oriented programming language for building applications.

View All Tags

The Evolution of Java's Main Method

· 14 min read
Linh Nguyen
T-90MS Main Battle Tank
Post thumbnail

Java's getting a makeover, and honestly, it's about time. Let's see how the JDK is slowly but surely making Java less intimidating for folks who just want to print "Hello, World!" without summoning the ancient spirits of enterprise development.

Java's Journey to Thread Safety

· 22 min read
Linh Nguyen
T-90MS Main Battle Tank

This guide is your trusty sidekick on a quest to make your Java apps behave in a polite, orderly, and thread-safe manner. We'll go from making your code so chill it doesn't even have state, to wielding mighty locking mechanisms that make sure everyone takes turns.

Java's Funny Comments In Various Libraries (Part 1)

· 7 min read
Linh Nguyen
T-90MS Main Battle Tank

Here are some of the funniest comments I've discovered while "spelunking" through Java's source code: from the JDK itself to various libraries. These gems prove that even the most serious enterprise code can't suppress the human spirit (and occasional frustration) of its creators.