The Java API (application programming interface) organizes Java’s classes by ____.

A. package
B. header file
C. source code file
D. dynamic link library

Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the choices below do not complete the following sentence correctly? A _________ is a ___________.

a. JMenuBar, JComponent. b. JMenuItem, AbstractButton. c. JMenu, JMenuItem. d. JRadioButtonMenuItem, JMenu.

Computer Science & Information Technology

The GridBagContraints constant RELATIVE means that ________.

a. the component is the last component. b. the component is the next to last component. c. the component should be placed relative to the previous component. d. Both b and c

Computer Science & Information Technology