Listing 10. Back to the method named meth.
System.out.println(
                 "----------------------");
System.out.println(
             "Instantiate first B-object");
final B obj1 = new B();
System.out.println(
  "Delay and instantiate second B-object");
delay();
final B obj2 = new B();