bobman74
2007-12-18 11:48:40 UTC
{
case 1:
String someStr;
break;
case 2:
String someStr; //Exception ?????
break;
}
Why does a String declared for case 1 exist in case 2? Don't these work like code blocks?