aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes switch type Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "switch type" Watch "switch type" New topic
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 ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: switch type
 
Similar Threads
Switch Statements
assigning an integer literal to a byte
Switch
Selection Statements
about switch structure