Can You Access?

  • + 0 comments
    o = new Inner().new Private();
    String powerOf2 = ((Inner.Private)o).powerof2(num);
    System.out.println(num + " is " + powerOf2);