Multiple choice technology programming languages

Which is the correct definition of welcome files in web.xml?

  1. <welcome><welcome-file>index.jsp</welcome-file></welcome>

  2. <welcome-file-list><welcome-file>index.jsp</welcome-file></welcome-file-list>

  3. <welcome-files><welcome-file>index.jsp</welcome-file></welcome-files>

  4. <welcome-files> <welcome>index.jsp</welcome></welcome-files>

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The correct XML syntax for welcome files in web.xml uses the element containing elements. This defines the list of files the server looks for when a user requests a directory URL (like '/').