扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.lang类class<t>的类成员方法: getdeclaredconstructor定义及介绍
发布时间:2014-2-17
本文导语:
getdeclaredconstructor
public constructor getdeclaredconstructor(class... parametertypes)
throws nosuchmethodexception,
securityexception
返回一个 constructor 对象,该对象反映此 class 对象所表示...