215k views
5 votes
As you develop a Java program, you can use an IDE to Select one:

a. enter and edit the source code
b. compile the source code
c. run the application
d. all of the above
e. both B and C

User Pissall
by
4.8k points

2 Answers

2 votes

Answer:

(d) all of the above

Step-by-step 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++

User Dudette
by
4.4k points
4 votes

Answer:

D) All of the above

Step-by-step 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.

User Saman Mohamadi
by
4.3k points