日韩欧美另类久久久精品_亚洲大色堂人在线无码_国产三级aⅴ在线播放_在线无码aⅴ精品动漫_国产精品精品国产专区

Java軟件工程師綜合面試筆試題

  一、選擇題

  JAVA部分(總分30分:每題3分,多選/錯(cuò)選不得分,漏選得1分)

  1、下面哪些是short型的取值范圍?

  A.-27—27-1

  B.0—216-1

  C.-215—215-1

  D.-231—231-1

  2、下面哪些是合法的標(biāo)識符?

  A.$persons

  B.TwoUsers

  C.*point

  D.this

  E._endline

  3、哪些是將一個(gè)十六進(jìn)制值賦值給一個(gè)long型變量?

  A.long number = 345L;

  B.long number = 0345;

  C.long number = 0345L;

  D.long number = 0x345L;

  4、下面的那些程序片斷可能導(dǎo)致錯(cuò)誤?

  A.String s = ”Gone with the wind”;

  String t = “good”;

  String k = s + t;

  B.String s = “Gone with the wind”;

  String t;

  t = s[3] +”one”;

  C.String s = “Gone with the wind”;

  String standard = s.yoUpperCase();

  D.String s =”home directory”;

  String t = s-“directory”;

  5、當(dāng)Frame的大小被改變時(shí)Frame中的按扭的位置可能被改變時(shí)使用的哪一個(gè)布局管理器?

  A.BorderLayout

  B.FlowLayout

  C.CardLayout

  D.GridLayout

  6、哪些不是Java關(guān)鍵字?

  A.TRUE

  B.Sizeof

  C.Const

  D.Super

  E.Void

  

本文已影響6827
上一篇:應(yīng)用系統(tǒng)開發(fā)工程師試題目 下一篇:經(jīng)典c++面試題庫

相關(guān)文章推薦

|||||