多选题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 

题目
多选题
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.


相似考题
更多“多选题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 ”相关问题
  • 第1题:

    A management domain typically contains a large amount of management information. Each individual item of(71) information is an instance of a managed object type. The definition of a related set of managed (72)types is contained in a Management Information Base (MIB)module. Many such MIB modules are defined. For each managed object type it describes, a MIB () defines not only the semantics and syntax of that managed object type, but also the method of identifying an individual instance so that multiple (74) of the same managed object type can be distinguished. Typically, there are many instances of each managed object (75) within a management domain

    A.connection
    B.window
    C.module
    D.destination

    答案:C
    解析:

  • 第2题:

    You work as an application developer at Certkiller .com. You are developing an application that makes use of a Queue class object named MyQueue. This Queue class object will be used to store messages sent by the user during application run time. The application that you are developing provides an interface for administrators and an interface for users to create message reports.You want to ensure that all user messages stored in the MyQueue object are removed when an administrator selects the reset option.What should you do?()

    • A、 Use the Enqueue method of the MyQueue object.
    • B、 Use the Clear method of the MyQueue object.
    • C、 Use the Dequeue method of the MyQueue object.
    • D、 Use the TrimToSize method of the MyQueue object.

    正确答案:B

  • 第3题:

    The accounting manager wants you to create a form that when queried will display a calculated total of year-to-date actual expenditures for the found code entered. The values needed to generate this summary data are stored in multiple tables. Which data source type can you assign to the data block for this form without having the DBA create a database object?()

    • A、database table 
    • B、transactional trigger 
    • C、stored procedure 
    • D、FROM clause query 
    • E、client-side procedure

    正确答案:D

  • 第4题:

    You are designing an n-tier Java EE application. You have already decided that some of your JSPs willneed to get data from a Customer entity bean. You are trying to decide whether to use a Customer stubobject or a Transfer Object. Which two statements are true?()

    • A、The stub will increase network traffic.
    • B、The Transfer Object will decrease data staleness.
    • C、The stub will increase the logic necessary in the JSPs.
    • D、In both cases, the JSPs can use EL expressions to get data.
    • E、Only the Transfer Object will need to use a Business Delegate.

    正确答案:A,D

  • 第5题:

    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

    正确答案:B,C,D

  • 第6题:

    The system analysts have requested heavy use of object features. The database design makes use of PL/SQL8 object types, methods, and LOB types. How do you work with these features on the client?()

    • A、Write client-side subprograms containing the PL/SQL8 constructs, and move them into an object group. 
    • B、Write server-side subprograms, and call the subprograms from the form application. 
    • C、Store the PL/SQL8 constructs in a PL/SQL library, and attack the library to each form muddle in your application.

    正确答案:B

  • 第7题:

    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.

    正确答案:A,B,D

  • 第8题:

    You are developing an ASP.NET Web application. The application must pass an object that contains user-specific data between multiple pages. The object ismore than 100 KB in size when serialized.You need to minimize the amount of data is sent to the user. What should you do?()

    • A、Pass the object data in a hidden field.
    • B、Store the object instance in a session variable.
    • C、Use a cookie that contains the object data.
    • D、Encode the object data and pass it in a query string parameter.

    正确答案:B

  • 第9题:

    多选题
    You need to create a trigger to locate the Product report in the Rpt_Server, run the report, and test the status of the report. Which three built-ins would you use to accomplish this task?()
    A

    RUN_PRODUCT

    B

    SET_REPORT_OBJECT_PROPERTY

    C

    RUN_REPORT_OBJECT

    D

    FIND_REPORT_OBJECT

    E

    REPORT_OBJECT_STATUS

    F

    COPY_REPORT_OBJECT_OUTPUT


    正确答案: B,F
    解析: 暂无解析

  • 第10题:

    单选题
    You are using Recovery wizard for performing incomplete recovery. Which of the following object types is NOT available in the Perform Recovery :Type screen?()
    A

     Whole database

    B

     Tablespaces

    C

     Datafiles

    D

     Archive logs

    E

     Redo logs


    正确答案: A
    解析: 暂无解析

  • 第11题:

    多选题
    Which three statements concerning the use of the java.io.Serializable interface are true?()
    A

    Objects from classes that use aggregation cannot be serialized

    B

    An object serialized on one JVM can be successfully deserialized on a different JVM

    C

    The values in fields with the volatile modifier will NOT survive serialization and deserialization

    D

    The values in fields with the transient modifier will NOT survive serialization and deserialization

    E

    It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable


    正确答案: C,E
    解析: 暂无解析

  • 第12题:

    单选题
    While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following:  a) high availability of data  b) faster primary key access to the table data  c) compact storage for the table  Which type of tables would you use to achieve these objectives?()
    A

     heap tables

    B

     object tables

    C

     partitioned tables

    D

     index-organized tables (IOTs)


    正确答案: B
    解析: 暂无解析

  • 第13题:

    You are using Recovery wizard for performing incomplete recovery. Which of the following object types is NOT available in the Perform Recovery :Type screen?()

    • A、 Whole database
    • B、 Tablespaces
    • C、 Datafiles
    • D、 Archive logs
    • E、 Redo logs

    正确答案:E

  • 第14题:

    Which three statements concerning the use of the java.io.Serializable interface are true?()

    • A、Objects from classes that use aggregation cannot be serialized
    • B、An object serialized on one JVM can be successfully deserialized on a different JVM
    • C、The values in fields with the volatile modifier will NOT survive serialization and deserialization
    • D、The values in fields with the transient modifier will NOT survive serialization and deserialization
    • E、It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable

    正确答案:B,D,E

  • 第15题:

    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 daysold
    • B、dbclean -table account -type obsolete -db dbname -days daysold
    • C、dbclean -object organization -type account -db dbname -days daysold
    • D、dbclean -object user -type account -db dbname -days daysold

    正确答案:A

  • 第16题:

    While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following:  a) high availability of data  b) faster primary key access to the table data  c) compact storage for the table  Which type of tables would you use to achieve these objectives?()

    • A、heap tables
    • B、object tables
    • C、partitioned tables
    • D、index­organized tables (IOTs)

    正确答案:D

  • 第17题:

    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 

    正确答案:B

  • 第18题:

    You work as a database administrator for Supportcenter.cn. In a production environment, users complain about the slow response time when accessing the database. You have not optimized the memory usage of the Oracle instance and you suspect the problem to be with the memory. To which type of object would you refer to determine the cause of the slow response?()

    • A、The trace file
    • B、The fixed views
    • C、The data dictionary views
    • D、The operating system log fields
    • E、The dynamic performance views.

    正确答案:E

  • 第19题:

    You work as an application developer at Contoso.com. You use Microsoft .NET Framework 3.5 and Microsoft ADO.NET to develop an application. You want to make sure that the application is operative to any type of database.   What should you do?()

    • A、 Set the database driver name in the connection string of the application, and then the connection object as follows: DbConnection connection = new OdbcConnection(connectionString);
    • B、 Create the connection object as follows: DbProviderFactory factoryDbProviderFactories.GetFactory(databaseProviderName); DbConnection connection =factory.CreateConnection();
    • C、 Create the connection object as follows: DbProviderFactory factory = DbProviderFactories.GetFactory("System.Data.Odbc"); DbConnection connection = factory.CreateConnection();
    • D、 Set the database driver name in the connection string of the application, and then the connection object as follows:DbConnection connection = new OleDbConnection(connectionString);

    正确答案:B

  • 第20题:

    You work as an application developer at Certkiller .com. You are currently in the process of creating a class that stores data about Certkiller .com’s customers. Certkiller .com customers are assigned unique identifiers and various characteristics that may include aliases, shipping instructions, and sales comments. These characteristics can change in both size and data type. You start by defining the Customer class as shown below: public class Customer { private int custID; private ArrayList attributes; public int CustomerID { get {return custID;} } public Customer (int CustomerID) { this.custID = CustomerID; this.attributes = new ArrayList (); } public void AddAttribute (object att) {  attributes.Add (att); } } You have to create the FindAttribute method for locating attributes in Customer objects no matter what the data type is.You need to ensure that the FindAttributemethod returns the attribute if found,and you also need to ensure type-safety when returning the attribute.What should you do?()

    • A、 Use the following code to declare the FindAttribute method: public T FindAttribute (T att) {//Find attribute and return the value }
    • B、 Use the following code to declare the FindAttribute method: public object FindAttribute (object att) {//Find attribute and return the value }
    • C、 Use the following code to declare the FindAttribute method: public T FindAttribute  (T att) {//Find attribute and return the value }
    • D、 Use the following code to declare the FindAttribute method: public string FindAttribute (string att) {//Find attribute and return the value }

    正确答案:C

  • 第21题:

    单选题
    The system analysts have requested heavy use of object features. The database design makes use of PL/SQL8 object types, methods, and LOB types. How do you work with these features on the client?()
    A

    Write client-side subprograms containing the PL/SQL8 constructs, and move them into an object group. 

    B

    Write server-side subprograms, and call the subprograms from the form application. 

    C

    Store the PL/SQL8 constructs in a PL/SQL library, and attack the library to each form muddle in your application.


    正确答案: C
    解析: 暂无解析

  • 第22题:

    多选题
    You are designing an n-tier Java EE application. You have already decided that some of your JSPs willneed to get data from a Customer entity bean. You are trying to decide whether to use a Customer stubobject or a Transfer Object. Which two statements are true?()
    A

    The stub will increase network traffic.

    B

    The Transfer Object will decrease data staleness.

    C

    The stub will increase the logic necessary in the JSPs.

    D

    In both cases, the JSPs can use EL expressions to get data.

    E

    Only the Transfer Object will need to use a Business Delegate.


    正确答案: A,E
    解析: 暂无解析

  • 第23题:

    多选题
    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?()
    A

    Add attributes to the session object.

    B

    Add attributes on the request object.

    C

    Add parameters to the request object.

    D

    Use the pageContext object to add request attributes.

    E

    Add parameters to the JSP’s URL when generating the request dispatcher.


    正确答案: E,A
    解析: 暂无解析