Tuesday, June 1, 2010

What is a reflection package?

I have updated in http://www.freejavaclass.com/
java. lang. reflect package has the ability to analyze itself in runtime.

No comments:

Post a Comment

How can instantiate Java interface without implementing.

public interface Foo { String method(); } public class Claaa {    public static void main(String[] args) {     Foo fooByIC...