Multiple choice technology web technology

pick the odd one out.

  1. Caching objects

  2. Pure relational

  3. Outer join fetching

  4. Lazy collection initialization

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

'Pure relational' is the odd one out because it refers to a pure database approach without ORM, while the other options (caching, outer join fetching, lazy collection initialization) are all Hibernate ORM performance optimization techniques. Hibernate is specifically about bridging the gap between objects and relational databases, not staying purely relational.