A.List<int>f=new List<int>() B.List<int>f=new List() C.List f=new List() D.List<int>f=new List<int>
A.void myCallBack(int x)B.int receive(int x)C.string receive(int x)D.不確定的
A.序列化是將對象格式化為一種存儲介質(zhì)的過程 B.序列化后的存儲介質(zhì)只能是二進制文件 C.標識一個類可被序列化要使用[Serializable]關(guān)鍵字 D.一個類可以序列化,它的子類和包含的其他類也必須可被序列化