Whether you're a seasoned Java programmer or a Java neophyte, testing Java applications is important. It ensures your application does what it's supposed to. Fortunately, there are plenty of automated ...
When taking a test-first approach to programming (see Test before you leap), developers use unit tests to verify that that their code will function as expected. JUnit and NUnit are open source unit ...
This article gives you the inner power of reflection. Actually speaking there is no concept of hacking. It is just a tweak you can make to a java object through reflection. In this article I will show ...