public class Simple{
public static void main(String args[]){
method(null);
}
public static void method(Object o) {
System.out.println(&quo