- 博客(2)
- 收藏
- 关注
原创 java里面给对象赋值,慎用赋值符号(=)
对于对象来说,注意变量名类似于指针,所以请慎用赋值符号(=)!比如下面的代码: ArrayList alAll = new ArrayList(); for ( int i = 0; i alAll.add ( String.valueOf(i) ); }//此时alAll里面有10个元素:0-9 ArrayL
2003-05-30 16:22:00
1840
原创 EJB step by step
EJB step by step( Problem description:We want to create a EJB connected with a oracle table "StatMachine", which have three fields: id-varchar2, quantity-number, resDate-date. The output file na
2003-05-11 11:30:00
914
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人