True or False

Quiz Guidelines

 

QID: 
148
Question: 

The following method will compile and run without any problems.

public void switchTest(byte x){
switch(x){
case 'b': // 1
default : // 2
case -2: // 3
case 80: // 4
}
}

Select 1 option

A. True
B. False

Q&A Set: