Given a portion of a valid Java EE web application’s directory structure:MyApp |<br /> |--Directory1<br /> ||--File1.html|<br /> |--META-INF| <br /> |--File2.html|<br /> |--WEB-INF<br /> |--File3.html<br /> You want to know whether File1.html, File2.html,and/or File3.html is protected from direct access by yourweb client’s browsers.<br /> What statement is true?()
A、All three files are directly accessible.
B、Only File1.html is directly accessible.
C、Only File2.html is directly accessible.
D、Only File3.html is directly accessible.