Multiple choice technology programming languages Which is the correct definition of welcome files in web.xml? <welcome><welcome-file>index.jsp</welcome-file></welcome> <welcome-file-list><welcome-file>index.jsp</welcome-file></welcome-file-list> <welcome-files><welcome-file>index.jsp</welcome-file></welcome-files> <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 '/').