Ejemplo n.º 1
0
  public String hello() {

    System.out.println("HelloSingleton::hello()");

    foo.foo();
    foo2.foo();
    foo3.foo();

    foo4.foo();
    foo5.foo();
    foo6.foo();
    foo7.foo();
    foo8.foo();

    return "hello, world!\n";
  }