Difference between IDE and Framework
before differentiate IDE and Framework lets clear other concept first.
Platform
A Platform is a hardware and software on which s software is develop or build For example,Windows,Mac,Linux BSD,vmware etc
Library
A library refers to code that provides functions that we can call from our own code to deal with common tasks.
API
Application programming interface,it is an interface between server and a client This term refers to the “face” of the library,
SDK
This is a complete kit of software development tools for a specific platform,kit include Libraries, APIs, IDE, Documentation, etc.eg android development tool kit
IDE
it is an application which is used to developing, compiling and debugging applications.eg Eclipse, Visual Studio, and Intel Ii
Framework
A collection of different libraries and api which is reusable,it is a software or a tool eg,Hibernate, Struts and Spring
Comments
Post a Comment