Home »
MCQs »
JPA MCQs
JPA supports how many different inheritance strategies?
21. JPA supports how many different inheritance strategies?
- 5
- 8
- 4
- 3
Answer: D) 3
Explanation:
JPA supports three types of inheritance strategies:SINGLE_TABLE, JOINED_TABLE, and TABLE_PER_CONCRETE_CLASS.