public class Question { public static void main(String args[]) { int x=0x10; System.out.print("X="+x); } }
X=10
X=16
X=0
Compile Time Error