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

In MyEclipse, the .myeclipse folder in a web application serves as a transient work area for storing temporary files like compiled JSPs, class files, and other build artifacts. It is not required to contain web.xml (that belongs in WEB-INF) and does not store deployment-specific details.