+ 1

What is IDEs?

8th Sep 2016, 1:14 PM
Akshat Yadav
Akshat Yadav - avatar
3 Answers
+ 3
From Wikipedia: An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools and a debugger. Most modern IDEs have intelligent code completion. In short, it provides additionnal capabilities over using just a text editor. For example, Eclipse is a Java IDE.
8th Sep 2016, 1:24 PM
Zen
Zen - avatar
0
Thanks
8th Sep 2016, 2:52 PM
Akshat Yadav
Akshat Yadav - avatar
0
some IDEs for Java and more: Intellij Idea (community is free) Eclipse (free) Netbeans (free) dont forget to install the jdk
11th Sep 2016, 12:06 AM
Tucura
Tucura - avatar