Respuesta :
Answer:
D) All of the above
Explanation:
An IDE refers to an Integrated Development Environment it is a software that allows a programmer to easily write and edit code, compile and run his/her application. One of the features of IDEs that makes a programmers job easier is syntax highlighting and automatic code completion.
popular Java IDEs that run on different operating systems platforms are are
Eclipes, Netbeans, IntellijIDEA, BlueJ, Jbuilder etc.
Answer:
(d) all of the above
Explanation:
An IDE (Integrated Development Environment) is basically a software application that allows programmers write and edit codes with so much ease.
IDEs have in them some special features that make code writing and software development an easy experience. Some of these features are;
i. Intellisense for automatic code completion and suggestion.
ii. build automation tools for building, compiling, running and even packaging application source codes.
iii. unit testing.
Examples of IDEs are Netbeans, Eclipse, IntelliJ and Notepad++