Engineering Full Stack Apps with Java and JavaScript
Notes:
Inner class: https://javajee.com/book/java-core-classes-objects-variables-and-methods
Create an interface InterA with a single method. Create an anonymous inner class that implement that interface and invoke that method.