What is an Eclipse workspace
-
A directory to store Eclipse specific initializations
-
A directory which contains all the projects the user is currently working on.
-
A file containing Eclipse initialization settings.
-
None of these
Reveal answer
Fill a bubble to check yourself
A
Correct answer
Explanation
An Eclipse workspace is a directory that stores Eclipse-specific metadata, configuration files, and settings. It contains the projects you're working on and maintains preferences, plugin configurations, and other initialization data specific to that workspace. Option B is incorrect because while the workspace contains projects, it's not just a container - it stores configuration too. Option C is incorrect because it's a directory structure, not a single file.