Multiple choice technology web technology

Which is not a basic value type in hibernate?

  1. integer

  2. character

  3. yes_no

  4. None of the above

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

Hibernate basic value types include integer, character, yes_no (boolean mapping), string, date, and many others. Since all options A, B, C are valid basic types, the correct answer is 'None of the above' (meaning none is NOT a basic type).