A common use of inner classes is :

a. clean up
b. set up
c. helper
d. all of the above


C

Computer Science & Information Technology

You might also like to view...

Given the following statement, which statement will write the string "Calvin" to the file DiskFile.txt?

``` PrintWriter diskOut = new PrintWriter("DiskFile.txt"); ``` a. System.out.println(diskOut, "Calvin"); b. PrintWriter.println("Calvin"); c. DiskFile.println("Calvin"); d. diskOut.println("Calvin");

Computer Science & Information Technology

The ________ command places selected text in the computer's clipboard

A) Copy B) Delete C) Paste D) Cut

Computer Science & Information Technology

In the accompanying figure, item 1 indicates the ____.

A. layer effects icon B. layer style icon C. layer attributes D. image attributes

Computer Science & Information Technology

The Switch Row/Column button is in the ____ group on the Chart Tools Design tab.

A. Chart B. Data C. Tools D. Number

Computer Science & Information Technology