What are the two possible outcomes of the tableRetrieve operation of the ADT table?
What will be an ideal response?
If the retrieval of the item with a given search key is successful, the method returns the table item with the matching search key. If the item does not exist in the table, the method returns a null reference.
You might also like to view...
_______ attributes define how browsers should render the associated elements in Web pages.
A. Prohibited B. Presentational C. Directional D. Specific
To use an e-mail system you need all of the following, EXCEPT _____.
A. an Internet connection B. an e-mail account C. software to compose e-mail message D. word processing software
List the collections in the Java Collections API and mark the ones that are covered in this text.
What will be an ideal response?
Which of the following statements is false?
A. Ruby permits an existing class to be used as the basis for defining a new class B. Child classes must be identical to the parent class upon which they are based and cannot be further modified C. Custom classes can be used to model the creation of real life concepts D. All of the above