Home » JAVA Programming » Java Basic » Question
  1. Which of the following is not an inheritance mapping strategies?
    1. Table per class
    2. Table per subclass
    3. Table per concrete class
    4. Table per hierarchy
    5. None of these
Correct Option: B

Table per class is not an inheritance mapping strategies.



Your comments will be displayed only after manual approval.