A(n) ____ consists of a class's public member method declarations and any supporting comments.

A. interface
B. specification
C. environment
D. component


Answer: A

Computer Science & Information Technology

You might also like to view...

What will be printed after the following code is executed?

``` String str = "abc456"; int m = 0; while ( m < 6 ) { if (Character.isLetter(str.charAt(m))) System.out.print( Character.toUpperCase(str.charAt(m))); m++; } ``` a. abc456 b. ABC456 c. ABC d. 456

Computer Science & Information Technology

If you want to avoid problems when calculating, you will want to remember to choose a(n) ________ data type when adding fields to a table

Fill in the blank(s) with correct word

Computer Science & Information Technology

The @import rule has the same impact as adding multiple _____ elements to a Hypertext Markup Language (HTML) file.

A. ?connection B. ?link C. ?contact D. ?integrated

Computer Science & Information Technology

Colors that produce black when combined are called ____________________ and are used in commercial printing.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology