Which statement is true?

Given a portion of a valid Java EE web application’s directory structure:
MyApp
|
|– File1.html
|
|– Directory1
| |– File2.html |
|– META-INF
|– File3.html

You want to know whether File1.html, File2.html, and/or File3.html will be directly accessible by
your web client’s browsers.
Which statement is true?

Given a portion of a valid Java EE web application’s directory structure:
MyApp
|
|– File1.html
|
|– Directory1
| |– File2.html |
|– META-INF
|– File3.html

You want to know whether File1.html, File2.html, and/or File3.html will be directly accessible by
your web client’s browsers.
Which 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.

E.
Only File1.html and File2.html are directly accessible.

F.
Only File1.html and File3.html are directly accessible.

G.
Only File2.html and File3.html are directly accessible.

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *