1. |
Hibernate reduces lines of code by maintaining?
|
||||||||
Answer:
Option (b) |
2. |
Hibernate itself takes care of mapping using ______, so the developer does not need to write code for it.
|
||||||||
Answer:
Option (c) |
3. |
_____ is the powerful query language provided by hibernate.
|
||||||||
Answer:
Option (b) |
4. |
Select the correct option
Hibernate is i. open source ii. user interface iii. lightweight iv. distributed v. framework vi. ORM
|
||||||||
Answer:
Option (a) |
5. |
The ORM tool internally uses the _____ to interact with the database.
|
||||||||
Answer:
Option (b) |
6. |
Arrange the following layer into proper sequence from (top to bottom) to justify Hibernate Architecture.
i. Database layer ii. Java application layer iii. Hibernate framework layer iv. Backend API layer
|
||||||||
Answer:
Option (c) |
7. |
Full form of JTA?
|
||||||||
Answer:
Option (d) |
8. |
Full form of JNDI ?
|
||||||||
Answer:
Option (a) |
9. |
Which is the first Hibernate object created while developing a hibernate application.
|
||||||||
Answer:
Option (b) |
10. |
_____ component creates the connection between the Java classes and database tables.
|
||||||||
Answer:
Option (c) |