adplus-dvertising
frame-decoration

Question

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: (a).src/main/java

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Maven Directory to hold the non–unit-test Java files for your application.

Similar Questions

Discover Related MCQs

Q. Maven Directory which holds classpath resources that aren’t Java class files.

Q. Maven Directory which is used to hold the rest of a web application’s structure.

Q. This directory holds artifacts intended to test the Java classes under the src/main/java folder.

Q. This directory holds resources needed by your test classes at test time.

Q. To package the project using the Roo shell.

Q. The plugin, which provides Maven support to Eclipse

Q. Spring Roo provides very powerful support to bootstrap most solutions.

Q. A database and some sort of persistence mechanism using command:-

Q. persistence setup –database HYPERSONIC_IN_MEMORY –provider HIBERNATE command creates files:-

Q. The file which contains useful configuration for Hypersonic in-memory database.

Q. The file which is the standard JPA configuration file to enable the Hibernate-based JPA implementation.

Q. Spring application context, src/main/resources/META-INF/spring/applicationContext.xml consists of:-

Q. Command to create a Spring MVC controller that provides a UI:-

Q. To deploy the application to a web container:-

Q. Spring Roo’s root folder (or any of the source packages) is:-

Q. This encapsulates the context of a test’s execution:-

Q. This manages a test context for a test and triggers test execution listeners:-

Q. This defines a listener interface; by implementing this, you can listen to test execution events.

Q. Spring provides convenient TestContext support classes for:-

Q. JUnit 4 allows you to annotate your test methods with:-