Hi all, I am executing the following code:
public class Test{
public static void main(String args[]) {
System.out.println(new String().getClass().getClassLoader());
}
}
I am getting the output as null. How can be a class without classloader? Can
anybody explain why am i getting null.
Regards,
Vishnu
To change your membership options, refer to:
http://www.sys-con.com/java/list.cfm
