1 2 3 4 5 6 7 8
public class AttributeTestClassEM02 { Runnable r = new Runnable() { public void run() { System.err.println("hello");} }; public static void main(String[]argv) { } }