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.序列化是將對(duì)象格式化為一種存儲(chǔ)介質(zhì)的過(guò)程 B.序列化后的存儲(chǔ)介質(zhì)只能是二進(jìn)制文件 C.標(biāo)識(shí)一個(gè)類可被序列化要使用[Serializable]關(guān)鍵字 D.一個(gè)類可以序列化,它的子類和包含的其他類也必須可被序列化