Duplicate :
|
|
Relates :
|
As of now Tiger-beta2 46 build:- Operations like :- Character ch = 95; ch++; // is allowed but things like ch+=1; // not allowed leads to compile time error. If this can be clarified at the Autoboxing spec level it will be of great help.
|