深圳金蝶軟體公司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.共享鎖與排它鎖區別;

4。soap,jdom,sax概驗;

5.資料庫的內連線,左外連線,右外連線;

6.繼承,封裝,多態的概驗;

7。軟體為什麼要維護?維護的過程;

8.junit幾個方法的運行先後順序;

9.ejb分類,市民是實體bean,訊息驅動bean的類型以及處理方式;

10.mvc模式技術;

11.for(; ; ;)語句出現什麼情況;

12。sql:update table1 set name=(select name from table2t1 inner join table1t2 on t1.id=t2.id) where name is null是否可以正確運行?為什麼?

13。下面有哪些錯誤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.詳細設計階段要做什麼工作?

15.java開發工具ide;

16.j2ee伺服器有哪些:

17.資料庫union關鍵字使用解釋;

18。public int geti(){int i=0;try{ i;}finally{ i;}return i ;}

19.多執行緒的數據同步(填充題):主要用到wait,notifyall()等。

20.執行緒與進程區別聯繫;

21。看下面的資料庫表a設計有什麼問題?欄位類型說明aint記錄idbfloat工資cint已經發工資填0,海沒有發工資填1dvarchar(40)姓名

22.uml;

23.與ejb的設計模式