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

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

Which object is added to a form module when you copy the reusable calender class?()

  • A、List icon 
  • B、Object group 
  • C、PL/SQL library 
  • D、Key-Listval trigger 

参考答案

更多 “Which object is added to a form module when you copy the reusable calender class?()A、List icon B、Object group C、PL/SQL library D、Key-Listval trigger ” 相关考题
考题 ●Which of the following statements about object oriented database is not correct? (72) .(72) A.Each object has a unique object identify in the systemB.Encapsulation and inheritance are two important features of object oriented databaseC.A subclass can inherit the attributes and methods of all its superclassesD.A supereloss includes the attributes and methods at all subclasses

考题 Which of the following statements about object oriented databse is not correct?A. Each object has a unique object identity in the system.B.Encapsulation and inheritance are two important features of object oriented databasE.C.A subclass can inherit the attributes and methods of all its superclasses.D.A subclass includes the attributes and methods of all its subclasses.

考题 You need to serialize an object of type Listint in a binary format.The object is named data.Which code segment should you use?() A.B.C.D.

考题 A stored procedure object is created into which DB2 object?() A.AliasB.SchemaC.PackageD.Routine Space

考题 Which the two are concerning the objects available to developers creating tag files?()A、 The session object must be declared explicity.B、 The request and response objects are available implicity.C、 The output stream is available through the implicit outStream object.D、 The servlet context is available through the implicit servletContext object.E、 The JspContext for the tag file is available through the implicit jspContext object.

考题 A stored procedure object is created into which DB2 object?()A、AliasB、SchemaC、PackageD、Routine Space

考题 An administrator wants to delete an account object using the Database Cleanup utility.  Which of the following is the correct syntax to perform this task?()A、dbclean -object account -type obsolete -db dbname -days daysoldB、dbclean -table account -type obsolete -db dbname -days daysoldC、dbclean -object organization -type account -db dbname -days daysoldD、dbclean -object user -type account -db dbname -days daysold

考题 Under which circumstances will a thread stop?()  A、The method waitforId() in class MediaTracker is called.B、The run() method that the thread is executing ends.C、The call to the start() method of the Thread object returns.D、The suspend() method is called on the Thread object.E、The wait() method is called on the Thread object.

考题 Which HttpSession method stores an object in a session?()A、 put(String name. Object value)B、 set(String name. Object value)C、 setAttribute(String name. Object value)D、 putAttribute(String name. Object value)E、 addAttribute(String name. Object value)

考题 Which two CANNOT directly cause a thread to stop executing? ()  A、 Existing from a synchronized block.B、 Calling the wait method on an object.C、 Calling notify method on an object.D、 Calling read method on an InputStream object.E、 Calling the SetPriority method on a Thread object.

考题 You are creating a form that will access an Oracle8 database. On which three sources can you base a data block?()A、BFILE B、REF column C、Object table D、Column object E、INSTEAD-OF trigger

考题 Which two PL/SQL8 features are supported in Oracle Forms?()A、methods B、object tables C、object columns D、collection types E、object as stored procedure parameters

考题 You want to make use of the object features available in the database for the form module you are developing. Which three statements about object types are true? ()A、An object type is a user-defined composite data type. B、The attributes of an object type can be those of other object types. C、A PL/SQL table of records is an example of a nested object type. D、An object type must be declared as a type before the actual object itself can be declared.

考题 单选题Which setting change would you allow to make a child object to be moved out of a parent object?()A Flex mode on. B Flex mode off. C Confined mode on. D Confined mode off.

考题 单选题Which built-in would you reference in your trigger code to remove a report from the Reports Server queue dynamically?()A FIND_REPORT_OBJECT B CANCEL_REPORT_OBJECT C REPORT_OBJECT_STATUS D SET_PROPERTY OBJECT_PROPERTY

考题 多选题Which two CANNOT directly cause a thread to stop executing? ()AExisting from a synchronized block.BCalling the wait method on an object.CCalling notify method on an object.DCalling read method on an InputStream object.ECalling the SetPriority method on a Thread object.

考题 多选题Which three will compile and run without exception?()Aprivate synchronized Object o;Bvoid go(){   synchronized(){/* code here */}Cpublic synchronized void go(){/* code here */}Dprivate synchronized(this) void go(){/* code here */}Evoid go(){   synchronized(Object.class){/* code here */}Fvoid go(){   Object o = new Object();   synchronized(o){/* code here */}

考题 多选题Which four types of object can be thrown using the throw statement?()AErrorBEventCObjectDExceptionEThrowableFRuntime Exception

考题 单选题Which HttpSession method stores an object in a session?()A  put(String name. Object value)B  set(String name. Object value)C  setAttribute(String name. Object value)D  putAttribute(String name. Object value)E  addAttribute(String name. Object value)

考题 多选题Your web application uses a simple architecture in which servlets handle requests and then forward to aJSP using a request dispatcher. You need to pass information calculated in the servlet to the JSP for view generation.This information must NOT be accessible to any other servlet,JSP or session in the webapp. Which two techniques can you use to accomplish this goal?()AAdd attributes to the session object.BAdd attributes on the request object.CAdd parameters to the request object.DUse the pageContext object to add request attributes.EAdd parameters to the JSP’s URL when generating the request dispatcher.

考题 多选题Which of the following Scheduler elements encourage object reuse?()ASchedule objectsBProgram argumentsCJob classesDJob argumentsEAll of the above

考题 单选题Which technology facet is available "out of the box"?()A AJAXB Java Object handlingC SOAD All of the Above

考题 多选题You want to make use of the object features available in the database for the form module you are developing. Which three statements about object types are true? ()AAn object type is a user-defined composite data type.BThe attributes of an object type can be those of other object types.CA PL/SQL table of records is an example of a nested object type.DAn object type must be declared as a type before the actual object itself can be declared.

考题 单选题Which of the following is not a valid setting for the PROGRAM_TYPE parameter in a program object or the JOB_TYPE parameter in a job object?()A PLSQL_BLOCKB JAVA_STORED_PROCEDUREC STORED_PROCEDURED EXECUTABLEE None of the above are invalid settings.