Question: When building a web application with a WAR type project, which project directory should contain the style sheet, JavaScript, and other static file?

  1. src/main/static
  2. src/main/web
  3. src/main/resources
  4. src/main/webapp

Answer: The correct answer of the above question is Option D:src/main/webapp