Category: Java & J2EE
Apr
11
Perhaps the end of Java as we know it? James posted the following at his new blog:"...Yes, indeed, the rumors are true: I resigned from Oracle a week ago (April 2nd). I apologize to everyone in St Petersburg who came to TechDays on Thursday expecting t… more »
Mar
23
Reflection gives your code access to internal information for classes loaded into the JVM and allows you to write code that works with classes selected during execution, not in the source code. This makes reflection a great tool for building flexible app… more »
Feb
17
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 insta… more »
