永发信息网

java:Constructor

答案:2  悬赏:0  手机版
解决时间 2021-04-09 05:57
  • 提问者网友:你挡着我发光了
  • 2021-04-09 02:03
有谁知道下面这段代码是什么意思吗?
// get Class of the DAOFactory Implementation
Class daoFactoryClass = Class.forName(daoName);
//daoName是DAOFactory实现类的名字

// types of the constructor arguments
Class[] constrArgs = {Properties.class};

Object[] args = {daoProps};
//daoProps是Properties类型,它的内容来自一个配置文件
// get Constructor of this class with matching parameter types
Constructor constructor = daoFactoryClass.getConstructor(constrArgs);

this.factory = constructor.newInstance(args);
最佳答案
  • 五星知识达人网友:傲气稳了全场
  • 2021-04-09 03:09
一个在过去与未来

冷气肚中回灌

似风轻,又似既然就让,

他想:是夜难眠

为么·只留片刻相的样。
全部回答
  • 1楼网友:上分大魔王
  • 2021-04-09 03:51
是一个类,不可能是别的 如果你自己没定义的话, constructor 是一个特殊的类 这个类提供关于类的单个构造方法的信息以及对它的访问权限 在eclipse中点ctrl+右键 可以查到这个类是在哪定义的
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯