Multiple choice technology platforms and products

The optional .myeclipse folder in an Web Application in MyEclipse can be used for

  1. As transient work area for storing temporary data such as compiled JSPs.

  2. It must contain the web.xml file

  3. It contains deployment specific details

  4. All of the above

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

The .myeclipse folder serves as a temporary workspace for MyEclipse to store transient data like compiled JSPs during development. Option B is incorrect because web.xml belongs in WEB-INF, not this optional folder. Option C is incorrect because deployment details are stored elsewhere.