MCQOPTIONS
Saved Bookmarks
This section includes 104 Mcqs, each offering curated multiple-choice questions to sharpen your Java Spring Framework knowledge and support exam preparation. Choose a topic below to get started.
| 101. |
JDBC Properties for Connecting to the Application Database. |
| A. | Driver Class |
| B. | URL |
| C. | Username |
| D. | All of the mentioned |
| Answer» E. | |
| 102. |
The general purpose of the Data Access Object (DAO) pattern is to avoid these logic related problems by separating data access logic from business logic and presentation logic. |
| A. | True |
| B. | False |
| C. | May be |
| D. | Can't say |
| Answer» B. False | |
| 103. |
To access the database with JDBC:- |
| A. | DAO interface |
| B. | DAO Class |
| C. | DataAccess interface |
| D. | None of the mentioned |
| Answer» B. DAO Class | |
| 104. |
ORM which isn’t supported by Spring:- |
| A. | Hibernate |
| B. | JDO |
| C. | TopLink |
| D. | All of the mentioned |
| Answer» E. | |