Home / CSE MCQs / Spring MCQs :: Discussion

Discussion :: Spring MCQs

  1. Maven Directory which holds classpath resources that aren't Java class files.
  2. A.
    src/main/java
    B.
    src/main/resources
    C.
    src/main/webapp
    D.
    src/test/java

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Note, this is for classpath resources and is not appropriate, for example, for web application resources. For that you need src/main/webapp.


Be The First To Comment