112k views
2 votes
What feature of an IDE can help you enter a method by displaying a list of methods that are available from an object or class? Select one:

a. the code completion feature
b. the automatic compilation feature
c. the syntax detection feature
d. the bytecode integration feature

1 Answer

6 votes

Answer:

A. The code completion feature.

Step-by-step explanation:

Java is a high level programming language, used by programmers as a scripting language to program the interactivity of native applications, web applications etc. It is in fact a general purpose, object oriented and class based language.

The Netbean is an IDE used to write and compile java codes to bytecodes. It has a feature for writing the java code at ease, that can help enter a line of code from a list of drop-down related menus, called the code completion feature.

User Vinoth Krishnan
by
7.7k points