深圳金蝶軟件公司j2ee面試題
共9頁題目1.Integers=new Integer(9);Integert=new Integer(9);Longu=new Long(9);判斷:s.equals(t)s.equals(u)s==ts.equals(new Integer(9))
2.判斷: public class test{private static String s="string";public static void main(String a[]){String t="strin"+“g”;System.out.println(s==t);}}
3.共享鎖與排它鎖區(qū)別;
4,
深圳金蝶軟件公司j2ee面試題
。soap,jdom,sax概驗(yàn);5.數(shù)據(jù)庫的.內(nèi)連接,左外連接,右外連接;
6.繼承,封裝,多態(tài)的概驗(yàn);
7。軟件為什么要維護(hù)?維護(hù)的過程;
8.junit幾個(gè)方法的運(yùn)行先后順序;
9.EJB分類,市民是實(shí)體bean,消息驅(qū)動(dòng)bean的類型以及處理方式;
10.MVC模式技術(shù);
11.for(; ; ;)語句出現(xiàn)什么情況;
12,
資料共享平臺(tái)
《深圳金蝶軟件公司j2ee面試題》(http://m.clearvueentertainment.com)。SQl:update table1 set name=(select name from table2t1 inner join table1t2 on t1.id=t2.id) where name is null是否可以正確運(yùn)行?為什么?13。下面有哪些錯(cuò)誤public void update(){String sql="update t1 set name=aa where id=?";Connection conn= datasource.getConnection();PreparedStament ps= conn.prepareStament(sql);ps.setString(0,"1")rs.excuteupdate();ps.close();conn.close();}
14.詳細(xì)設(shè)計(jì)階段要做什么工作?
15.java開發(fā)工具IDE;
16.j2ee服務(wù)器有哪些:
17.數(shù)據(jù)庫union關(guān)鍵字使用解釋;
18。public int getI(){int i=0;try{ i;}finally{ i;}return i ;}
19.多線程的數(shù)據(jù)同步(填充題):主要用到wait,notifyall()等。
20.線程與進(jìn)程區(qū)別聯(lián)系;
21?聪旅娴臄(shù)據(jù)庫表A設(shè)計(jì)有什么問題?字段類型說明AINT記錄IDBFLOAT工資CINT已經(jīng)發(fā)工資填0,海沒有發(fā)工資填1DVARCHAR(40)姓名
22.UML;
23.與ejb的設(shè)計(jì)模式
【深圳金蝶軟件公司j2ee面試題】相關(guān)文章:
3.金蝶公司筆試真題