Q.) What is the Traditional style of application development?
-> Programmers had to edit files, save the files, run the compiler, then the linker, build the application then run it through a debugger.
-> Today IDEs bring editor, compiler, linker and debugger into one place along with project management tools to increase programmer productivity. -> Programmers had to edit files, save the files, run the compiler,
Q) What is IDE? what are the advantages of using an IDE?
-> Integrated Development Environment is a tool where set of programs run from a single user interface.
->easy to use
->Rapid development
->easy to debug...etc.
Ex:- Eclipse, MyEclipse, NetBeans, Intelij, RAD, WSAD, Jdeveloper...etc.
Q) What is workspace ?
-> It is a name space where we can store related projects.
-> We can choose the workspace during myeclipse startup.
Comments
Post a Comment