Tag: programming languages

Questions Related to programming languages

  1. Implement a no-argument constructor

  2. provide an identifier property

  3. declare accessors for persistent fields

  4. all the above


Correct Option: A
  1. batch size for fetching instances

  2. batch size for fetching instances by identifier

  3. both

  4. none


Correct Option: B
  1. Programmatic configuration

  2. using hibernate.properties configuration file

  3. using hibernate.cfg.xml

  4. all the above


Correct Option: D
  1. Table per Concrete class

  2. Table per Sub class

  3. Table per class Hierarchy

  4. all of the above


Correct Option: D