nerdexam
Oracle

1Z0-860 · Question #160

A developer wants to create a Java Persistence query to perform a bulk update operation on five different entity classes. All of these classes have a field called name. These classes have the…

The correct answer is B. 2. See the full explanation below for the reasoning.

Question

A developer wants to create a Java Persistence query to perform a bulk update operation on five different entity classes. All of these classes have a field called name. These classes have the following relationships: Harrier extends Dog and Dog extends Animal Vet extends Doctor What is the minimum possible number of operations required to change the value of the name field for all of the entities in all five classes?

Options

  • A1
  • B2
  • C3
  • D4
  • E5

How the community answered

(43 responses)
  • A
    5% (2)
  • B
    84% (36)
  • C
    9% (4)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-860 Practice