Multiple choice technology platforms and products

What is the mandatory special project member MyEclipse includes in the directory structure while creating a Web Application?

  1. .mymetadata file

  2. .myeclipse folder

  3. an ejb-jar.xml file

  4. An application.xml

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

When creating a Web Application in MyEclipse, the .mymetadata file is automatically added to the project structure. This file stores MyEclipse-specific configuration and deployment settings for the web application. The .myeclipse folder and deployment descriptors like ejb-jar.xml serve different purposes.