1) Does hibernate allow mixing table-per-class hierarchy and table-per-subclass strategies?
a) Yes
b) No
c) can't say
d) None of the above
Which statement is correct ?
a) session.contains() method to determine if an instance belongs to the session cache.
b) session.contains() method to determine if an instance belongs to the data base .
c) Both are correct
d) none of the above
5.) How do I get rid of zombie processes?
a) Use popen() & pclose()
b) Use wait()
c) Use ps()
d) None
Linus Torvalds developed
CShell
Kernel
BIOS for Linux
Full Linux OS
What does session.createQuery("Query").scroll() return ?
a) ListResultSet
b) ResultSet
c) ScrollableResultSet
d) ScrollableResult
How can the mapping files be configured in Hibernate?
a) Mapping files can be added to Configuration in the application code
b) They can be configured in hibernate.cfg.xml using the elements
c) both a and b
SessionFactory represent which level of cache ?
a) 2nd
b) Ist
c) 3rd
d) 4th
hibernate.cache.use_query_cache setting true enable cache regions ?
a) StandardQueryCache and UpdateTimestampsCache
b) StandardQueryCache
c) QueryCache
d) QueryCache and TimestampsCache