单项选择题

A.ContentValues类和Bundle类很类似,都是使用HashMap的泛型形式来存储的
B.ContentValues只能存储基本类型的数据
C.ContentValues可以存储Object类型数据
D.ContentValues使用put()方法实现存储