class InstanceOf { public static void main(String args[]) { InstanceOf s=new InstanceOf(); System.out.println(s instanceof InstanceOf); } }