About Question enthuware.ocajp.i.v8.2.1257 :
Posted: Thu Mar 26, 2015 6:15 am
Option C.
Not clear: "An empty switch block is a valid construct".
Does it make sense?
I tried to compile.
switch () {
case 'a' :
}
It illegal expression. So it can not be true.
Not clear: "An empty switch block is a valid construct".
Does it make sense?
I tried to compile.
switch () {
case 'a' :
}
It illegal expression. So it can not be true.