The JPA annotation @Basic specifies whether the column is optional and whether the corresponding data should loaded ________ (i.e., only when the data is accessed through the entity object) or ________ (i.e., loaded immediately when the entity object is created).

a. lazily, actively
b. slowly, eagerly
c. lazily, eagerly
d. idly, actively


c. lazily, eagerly

Computer Science & Information Technology

You might also like to view...

Which one of the following is NOT one of the three basic types of statement structures?

(A) sequence (B) loop (C) decision (D) input/output

Computer Science & Information Technology

Modify the algorithm from the previous exercise so that it makes use of a rear reference. How does this affect the time complexity of this and the other operations?

What will be an ideal response?

Computer Science & Information Technology

What kind of figure does it draw?

Consider the code segment below: ``` int xValues[] = {100, 150, 200, 100}; int yValues[] = {30, 130, 30, 30}; g.drawPolyline(xValues, yValues, 4); ``` a. A rectangle. b. A triangle. c. A V with its corner at the top. d. A square.

Computer Science & Information Technology

Speaker Notes cannot be formatted as normal presentation text can

Indicate whether the statement is true or false

Computer Science & Information Technology