2014年2月14日

java 反射

摘要: 所有类的对象其实都是Class的实例获取是类对象的方式:package Reflect;class Demo{ //other codes...} class hello{ public static void main(String[] args) { Class dem... 阅读全文

posted @ 2014-02-14 10:36 yujian_bcq 阅读(214) 评论(0) 推荐(0) 编辑

导航