class Program01 { public static void main(String[] args) { Integer a = 3; System.out.println(a instanceof Integer); } }