public class Foo1 extends Object implements Serializable
Fields Summary
int
one
String
two
Bar1[]
four
Constructors Summary
public Foo1()
// try{Thread.sleep(100);}catch(Exception e){}
two = new String("START");
one = two.length();
four = new Bar1[2];
four[0] = new Bar1();
four[1] = new Bar1();