[求助]基本类型也有Class对象吗?
class Test{public static void main(String[] args){
Class[] a=int.class.getInterfaces();
for(int i=0;i<a.length;i++)
System.out.println(a[i]);
}
}
请问一下难道基本类型也有Class对象吗?
[此贴子已经被作者于2007-5-12 17:38:56编辑过]
[此贴子已经被作者于2007-5-12 17:38:56编辑过]