What will be the output of following program ?
public class prg {
    public static void main(String[] args) {
        System.out.println( (int)(char)(byte) 0xff);
    }
}

Posted on by