Monthly Archive: February 2004

2

Exceptions in Java

Working with exceptions in Java has become among developers a common task. Most of the time, however, the concept of exceptions is misunderstood. An exception-condition prevents the continuation of a method or the scope that your are in. In some...

1

Black or white?

Automated software tests are crucial for IT projects. They enable continuous modifications to an existing code base without the fear of damaging existing functionality. They are executed at will and don’t carry the costs and inconsistencies associated with manual tests....