Home »
MCQs »
JPA MCQs
Which of the following is the default fetch strategy in JPA?
24. Which of the following is the default fetch strategy in JPA?
- Eager fetch
- Lazy fetch.
Answer: A) Eager fetch
Explanation:
Eager Fetch is the default fetch strategy in JPA.