Which of the following is true concerning the following statement: class Manager extends Employee Manager is a concrete class and a subclass. Manager is an abstract class and a superclass. Manager is a concrete class and a superclass. Manager is an abstract class and a subclass. TRUE ANSWER : ? YOUR ANSWER : ?
Identify the class name for the following code: ABC123 course(); course All of these ABC123 course() TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is true concerning an ODBMS? They are most useful for traditional, two-dimensional database table applications. They have the ability to store complex data types on the Web. All of these They are overtaking RDBMS for all applications. TRUE ANSWER : ? YOUR ANSWER : ?
An extent is which of the following? A keyword that indicates that the subclass inherits from a superclass A keyword that indicates that the superclass inherits from a subclass Only one instance of a class within a database The set of all instances of a class within a database TRUE ANSWER : ? YOUR ANSWER : ?
Using OQL, you may do which of the following? Return an entire collection of elements including duplicates. Return a specific subset of elements using a given criteria. Return a collection of elements without duplicates. All of these TRUE ANSWER : ? YOUR ANSWER : ?
You may specify an object identifier with only one unique tag name. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an ordered collection of elements of the same type? List Dictionary Set Bag TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is an unordered collection of elements that may contain duplicates? Set Dictionary List Bag TRUE ANSWER : ? YOUR ANSWER : ?