MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Spring knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Maven Directory which is used to hold the rest of a web application s structure. |
| A. | src/main/java |
| B. | src/main/resources |
| C. | src/main/webapp |
| D. | src/test/java |
| Answer» D. src/test/java | |
| 2. |
Maven Directory which holds classpath resources that aren t Java class files. |
| A. | src/main/java |
| B. | src/main/resources |
| C. | src/main/webapp |
| D. | src/test/java |
| Answer» C. src/main/webapp | |
| 3. |
Maven Directory to hold the non unit-test Java files for your application. |
| A. | src/main/java |
| B. | src/main/resources |
| C. | src/main/webapp |
| D. | src/test/java |
| Answer» B. src/main/resources | |