网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

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.


参考答案

更多 “ 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. ” 相关考题
考题 “S5T5s_200ms”表示()。 A、16位S5TIME型数据B、16位TIME型数据C、32位S5TIME型数据D、32位TIME型数据

考题 IfyouaregoingtorunaTSPITRrecovery,whichviewwillhelpyoutodeterminewhichobjectswillbelostduringtheTSPITR?() A.TS_OBJECTS_TO_BE_DROPPEDB.TS_PTTR_OBJECT_DROPPEDC.TS_PITR_OBJECTS_TO_BE_DROPPEDD.TS_OBJECTS_DROPPEDE.TS_DROPPED_OBJECTS

考题 Anairlineisbuildingabookingsystemforitspremiumandgeneralcustomers.Thegoalistoensurepremiummembersaregivenhigheraccessprioritywhenusertrafficishigh.Whatconfigurationwillachievethisgoal?() A.ConfigureaWorkManagerforpremiumuserswithaMinimumThreadConstraint.B.ConfigureaWorkManagerforpremiumuserswithahigherfair-share-request-class.C.ConfigureaWorkManagerforpremiumuserswithahigherresponse-time-request-class.D.ConfigureaWorkManagergeneraluserswithaMaximumThreadConstraint.E.ConfigureaWorkManagerforpremiumuserswithacustomrequest-class.

考题 不能被实例化的类是 ( )A.Object类B.Class类C.Dictionary类D.System类

考题 Throwable类是直接从( )类继承来的。A.Exception及其子集B.Object类C.ExampleD.Class类

考题 已知: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类

考题 C++ is used with proper(66) design techniques.A.class-orientedB.object-basedC.face to objectD.object-oriented

考题 不能被实例化的类是( )。A.Object类B.Class类C.Dictionary类D.System类

考题 “TPO(Time、Place、Object)”是指什么时间应该做什么。A对B错

考题 如下说法正确的是正确的_________。A.Class类是Object类的超类B.Object是一个final类C.Class类的对象可使用new运算符创建D.Object类是Class类的超类。