What are the features available for the developer in Eclipse Java Based IDE
Language aware editor
Incremental build
Integrated debugging
All of the above
Select the correct option:
Eclipse is a Plugin
Eclipse is a shareware
Eclipse is an Open source framework
None of these
Which of the following features are not supported by Eclipse
Build automation using Ant Script
Integrating J2EE Application servers
Plug-in development by the user
Can be used as a J2EE application server
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.
Editors can be used
Only after one new project is created or existing project is opened
We don’t need any existing or new project to use the editors
Only after all the existing projects are closed
What are all the utilities available to the user while debugging a source file in Eclipse?
Only inspecting the code.
Watching the values of variables and expressions.
Step by step debugging.
How can we back-trace a calling method?
Highlight the method and select References > Workspace option in the search drop-down
Possible only when we have MyEclipse plug-in
N/A in Eclipse
What is the content of .mymetadata file?
It defines MyEclipse-specific information such as the location of the web-root folder and other important details required by MyEclipse web tools for their proper operation.
It is an optional file and may contain some project related information.
It is an empty folder to cache information.
The optional .myeclipse folder in an Web Application in MyEclipse can be used for
As transient work area for storing temporary data such as compiled JSPs.
It must contain the web.xml file
It contains deployment specific details
What are all the advantages(s) of using an IDE over manual coding without using them?
Reduced development time
Enforce project or company standards using templates
The IDE Learning curve/coding time will out run the manual coding time in a big/complex project.
All of the above.