Exam 14: Using Relational Databases to Provide Object Persistence

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Call-level APIs generally violate separation of ________.

Free
(Short Answer)
4.9/5
(41)
Correct Answer:
Verified

concerns

The conceptual gap between the object-oriented approach to application design and the relational model is often labeled as a ________.

Free
(Multiple Choice)
4.7/5
(35)
Correct Answer:
Verified

A

The identity of the core elements (objects/entity instances)is dealt with differently in the object-oriented and relational worlds.

Free
(True/False)
4.8/5
(31)
Correct Answer:
Verified

True

In most cases,the relationship between a class in the object-oriented world and a relational table is one-to-one.

(True/False)
4.7/5
(34)

In the object-oriented world,a typical way to access a data item is to call the accessor method associated with a specific attribute.

(True/False)
4.8/5
(34)

ORM frameworks provide support for ________.

(Short Answer)
4.8/5
(31)

________ enables Java programs to access SQL databases.

(Short Answer)
4.9/5
(30)

ORM frameworks do not generate SQL code.

(True/False)
4.9/5
(34)

ORM frameworks often include a custom query language.An example of this is HQL.

(True/False)
4.8/5
(37)

Pulling strategies determine when and how a framework retrieves persistent objects to the run-time memory.

(True/False)
4.9/5
(35)

Serialization's performance is scalable and provides sufficient response time.

(True/False)
4.8/5
(34)

Lack of automatic SQL code generation is a disadvantage in the call-level API approach.

(True/False)
4.8/5
(32)

An inheritance structure can be represented in at least four ways in a database.

(True/False)
4.9/5
(38)

Object-oriented environments and relational environments have the same navigational model for accessing persistent data.

(True/False)
4.8/5
(44)

A disadvantage of Object-Relational Mapping Frameworks is:

(Multiple Choice)
4.8/5
(42)

ORM frameworks provide a layer of ________ that separates the object-oriented applications from the details of the database implementation.

(Short Answer)
4.9/5
(37)

Object-relational mapping frameworks move the management of ________ outside of the core structure of the object-oriented applications.

(Short Answer)
4.7/5
(45)

In HQL,an implicit association join allows us to use object-oriented navigation in the queries.

(True/False)
4.9/5
(37)

________ refers to the process of writing an object into a storage medium or communication channel as a data stream.

(Short Answer)
4.8/5
(27)

Object-oriented databases never took off because of:

(Multiple Choice)
4.9/5
(37)
Showing 1 - 20 of 113
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)