計算機ネットワーク I ( Java 編) ・テスト解答用紙 (’08 年 8 月 1 日 )
学籍番号 氏名
I. (4,4,4,4)
(i). (ii).
(iii). (iv).
II. (4,4)
(i). (ii).
III. (5,5)
(i).
(ii).
IV. (4,4,4,4)
(i).
(ii).
(iii-1).
(iii-2).
(iv-1).
(iv-2).
(裏面に続く)
(A), (B) (A), (D)
(C) (B)
(D) (C)
str = str.substring(3, 7);
IndexOutOfBoundsException
extends JApplet implemnts ActionListener button1.addActionListener(this);
button2.addActionListener(this);
e.getSource() == button1 e.getSource() == button2 new ActionListener() {
public void actionPerformed(ActionEvent e) { x--;
label.setText(""+x);
} }
new ActionListener() {
public void actionPerformed(ActionEvent e) { x++;
label.setText(""+x);
} }
授業・テストの感想
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...