1 2 3 4 5 6
public class R{ public static void main(String[] args) { R r = new R(); System.out.println(r.getClass().getName()); } }