21. |
In hibernate architecture,______ cache is known as session cache.
|
||||||||
Answer:
Option (a) |
22. |
In hibernate architecture,______ cache is mainly responsible for caching objects across sessions.
|
||||||||
Answer:
Option (b) |
23. |
The ______ object keeps an object under its own control before committing it to the database.
|
||||||||
Answer:
Option (c) |
24. |
Can we configure third-party cache in hibernate?
|
||||
Answer:
Option (a) |
25. |
______ mapping can be unidirectional as well as bidirectional.
|
||||||||
Answer:
Option (b) |
26. |
The types declared and used in the mapping files are?
|
||||||||
Answer:
Option (a) |
27. |
It refers to _____ mapping, If the referred class does not have it's own life cycle and completely depends on the life cycle of the owning entity class.
|
||||||||
Answer:
Option (c) |
28. |
The performance of hibernate framework is fast because of?
|
||||||||
Answer:
Option (a) |
29. |
HQL doesn’t use real names of table and columns.
|
||||
Answer:
Option (a) |
30. |
Select the correct form of HQL compared with SQL.
ResultSet rs=st.executeQuery("select * from diet");
|
||||||||
Answer:
Option (b) |