1 2 3 4 5 6 7 8
import java.util.*; import java.io.*; public class TwoA<T extends Serializable> { public Number firstMethod(T t) { return null;} }