單項選擇題

以下哪個是適當(dāng)?shù)膆ashCode定義方法?()

A. return super.hashCode();
B. return name.hashCode() + age * 7;
C. return name.hashCode() + comment.hashCode() /2;
D. return name.hashCode() + comment.hashCode() / 2 - age * 3;


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題

下面代碼的運行結(jié)果是什么?()

A. 0
B. 1
C. 2
D. 3
E. 4
F. 編譯錯誤
G. 運行時拋出異常

2.單項選擇題

下面代碼的運行結(jié)果是什么?()

A. 42
B. 0042
C. An exception is thrown at runtime.
D. Compilation fails because of an error in line 13.
E. Compilation fails because of an error in line 14.

3.單項選擇題

int[] myArray = new int[] {1,2,3,4,5}; 
以下哪個選項可以用一個數(shù)組創(chuàng)建一個列表?()

A. List myList = myArray.asList();
B. List myList = Arrays.asList(myArray);
C. List myList = new ArrayList(myArray);
D. List myList = Collections.fromArray(myArray);

4.單項選擇題

Which is true?()

A. Line 3 will print the value 2.
B. Line 3 will print the value 3.
C. Compilation will fail because of an error in line 1.
D. Compilation will fail because of an error in line 2.

5.單項選擇題

下面方法返回值是什么?()

A. REDHE
B. edhe
C. EDH
D. edhel
E. redh
F. RED