Archive

Archive for August, 2008

Java – The power of reflection

August 15th, 2008 No comments

Ever heard of reflection? It’s a powerful Java technique that make it a possible for the JVM to manipulate objects the developer did not know about. There’s an entire API devoted to it: it is located under the java.lang.reflect package.
Read more…

Categories: Java Tags: