JDK 9+, pre JDK 16 As you just saw, before JDK 9, the Java Reflection API provides access to non-public…

38. Invoking default methods from Proxy instances Starting with JDK 8, we can define default methods in interfaces (covered in…