News

How to write clean code in Java doesn't follow one specific set of guidelines. Programmers should adopt one Java style guide, minimize class size, provide logical names and reuse existing code to make ...
When building secure Java applications, it's important to make sure there are no plain text passwords anywhere in the code base.
In this blog post, I look at how Java code can use the Package class to access version information about a particular Java package’s specification and implementation.