单项选择题

下面程序中需要对Employee的对象进行存储,请在下划线处填入正确选项。 class Employee implements______ { ……}

A.Comparable
B.Serializable
C.Cloneable
D.Datalnput