You develop a serializable class for persisting objects as files.Every time an object is serialized, you have to update the database with the name of the object and location of that file.You elect to employ the OnSerialized attribute to achieve this objective.You now need to apply the OnSerialized attribute to a certain method.What should you do?()
A.
B.
C.
D.
第1题:
Throwable类是直接从( )类继承来的。
A.Exception及其子集
B.Object类
C.Example
D.Class类
第2题:
C++ is used with proper(66) design techniques.
A.class-oriented
B.object-based
C.face to object
D.object-oriented
第3题:
“TPO(Time、Place、Object)”是指什么时间应该做什么。
A对
B错
第4题:
已知:Manager extends Employee观察:public Manager(String n,double s,int year,int month,int day) { super(n,s,year,month,day); bonus=0; }其中super是 ( )
A.Object类
B.Manager类
C.Employee类
D.Class类
第5题:
不能被实例化的类是( )。
A.Object类
B.Class类
C.Dictionary类
D.System类
第6题:
如下说法正确的是正确的_________。
A.Class类是Object类的超类
B.Object是一个final类
C.Class类的对象可使用new运算符创建
D.Object类是Class类的超类。