Hi anybody please tell me the difference between IDE and a FRAMEWORK ,suppose that am using eclipse (for java) by default which framework am following.
Hi anybody please tell me the difference between IDE and a FRAMEWORK ,suppose that
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
IDE Stands for Integrated Development Environment and is a tool that allows you to program in a certain language and usually includes an integrated compiler, debugger, syntax highlighting and various other tools that allow you to develop applications quicker. E.g. Eclipse IDE, Visual Studio, Netbeans IDE.
A framework is a library or set of classes that makes it easier to implement a certain type of application and is usually deployed with your application. It usually provides a structure that you need to adhere to and various helper classes. E.g. Spring Framework, .Net MVC, Struts etc.