1: package test; 2: 3: public class UnimplementedMethod implements Runnable { 4: 5: public UnimplementedMethod() { 6: } 7: 8: }