| Author |
switch type
|
reubin haz
Ranch Hand
Joined: May 12, 2005
Posts: 287
|
|
Answers b and c are correct. But why a is incorrect? Someone please explain.
|
SCJA, SCJP5.0, SCBCD, SCWCD
|
 |
shetal bansal
Ranch Hand
Joined: May 09, 2005
Posts: 63
|
|
Because the maximum value a byte can take is 127, so the switch case which have values greater than 127(e.g 200,300) will give compilation error. [ June 22, 2005: Message edited by: shetal bansal ]
|
 |
 |
|
|
subject: switch type
|
|
|