About Question enthuware.ocajp.i.v7.2.1357 :
Posted: Tue Nov 19, 2013 10:42 am
slight mistake in Explanation
byte by = 10;
switch(by){
case: 200 : //some code;
case: 300 : //some code;
}
byte by = 10;
switch(by){
case: 200 : //some code;
case: 300 : //some code;
}