Home » JAVA Programming » Java Basic » Question
  1. Which one of the following is not ID generating strategy using @GeneratedValue annotation?
    1. Sequence
    2. Identity
    3. Manual
    4. Auto
    5. None of these
Correct Option: C

Auto, Table, Identity and Sequence are the ID generating strategies using @GeneratedValue annotation.



Your comments will be displayed only after manual approval.