hello all;I want to know about case statement use.Please check below two examples:
egA:
in this case a is constant expression and it is ok.but in this egB:
at that time compiler error for case a.why?I think Integer a is also final and it is constant too.Please explain me.Thank
alot.