Back to the method named meth

I will set aside the discussion of local class B and discuss code in meth

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();
File: df.htm [Next] [Prev]