Which defines the welcome files in a web application deployment descriptor?
A.
<welcome>
<welcome- file >/ welcome – jsp</welcome-file>
</welcome>
<welcome>
<welcome-file>/index-html</welcome-file>
</welcome>
B.
<we1come-file-list>
<welcome-file> welcome .jsp</welcome-file>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
C.
<welcome>
<welcome-file>welcome.jsp</welcome </we1come >
</welcome >
<welcome-file>index.html<//welcome-file>
</we1come >
D.
<we1come-file-list>
<welcome-file> welcome .jsp</welcome-file>
<welcome-file>/index.html</welcome-file>
</welcome-file-list>
E.
<welcome>
<welcome-file>
<welcome-name> welcome </welcome-name>
<location> welcome.jsp </location>
</welcome-file>
<welcome-file>
<welcome-name>index</welcome-name>
<location> index </location>
</welcome-file>
</welcome>
B the path is without /