heathborders ,
@heathborders@hachyderm.io avatar

@futurebird I always thought that non-static inner classes were interesting:
class A { class B {} }
class C {
public static void main(String[] args) {
A a = new A();
B b1 = a.new B();
B b2 = a.new B();
}
}

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • test
  • worldmews
  • mews
  • All magazines