鸭王在线观看完整版免费未删减版|国产一区二区日本欧美精品久久久|莫里斯电影未删减版在线观看完整版|97精品在线视频,91久久精品国产91久久性色tv,超碰免费av,色戒未删减版完整版在线观看

阿里巴巴技術(shù)類筆試真題(五)

更新:2023-09-17 23:18:21 高考升學(xué)網(wǎng)

Question 49. (單選)

  Each method in a class must have a unique name.

  1. FALSE

  2. TRUE

Question 50. (單選)

  When an instance of a class, or object, is specified as a parameter to a method, a reference to the said object is passed to the method.

  1. FALSE

  2. TRUE

Question 51. (單選)

  All interface methods must be declared as public when implemented in a class.

  1. FALSE

  2. TRUE

Question 52. (單選)

  Which of the following expressions will produce errors upon compilation?

  (A) boolean a = (boolean) 1;

  (B) boolean b = (false && true);

  (C) float y = 22.3; (D) int x = (25 | 125)

  1. (A) & (C)

  2. (A)

  3. (A), (C) & (D)

  4. (A), (B) & (D)

Question 53. (單選)

  Which lines of the following will produce an error?

  1. byte a1 = 2, a2 = 4, a3;

  2. short s = 16;

  3. a2 = s;

  4. a3 = a1 a2;

  1. Line 3 and Line 4

  2. Line 1 only

  3. Line 3 only

  4. Line 4 only

  5. Line 1 and Line 4

Question 54. (單選)

  Which keyword can protect a class in a package from accessibility by the classes outside the package?

  1. don’t use any keyword at all (make it default)

  2. private

  3. protected

  4. final

Question 55. (單選)

  Which of the following statements are valid array declaration?

  (A) int number();

  (B) float average[];

  (C) double[] marks;

  (D) counter int[];

  1. (B) & (C)

  2. (A)

  3. (A) & (C)

  4. (D)

  友情提示:閱讀了本文“阿里巴巴技術(shù)類筆試真題”,本站中國人才網(wǎng)(cnrencai)筆試頻道,還為你提供更多“筆試題目”相關(guān)文章閱讀

相關(guān)文章

最新圖文