里面有个细节,困扰我12个小时了,我实在搞不明白,夜里做梦都在琢磨,希望有高人能指点,早释疑惑。
我在调用trans(from,to,amout)方法时,老师用的是
Account from=null;
Account to=null;
from=accountDao.get(1);
to=accountDao.get(2);
这个里面的get()方法是怎么来的?
直接设置from和to的Id为什么运行时报空指针错误?
Account from=new Account();
Account to=new Account();
from.setId(1);
to.setId(2);
请求大师解答!跪求解答心中疑惑!
Bossen
Bossen
相关分类