A common use of inner classes is :
a. clean up
b. set up
c. helper
d. all of the above
C
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");
The ________ command places selected text in the computer's clipboard
A) Copy B) Delete C) Paste D) Cut
In the accompanying figure, item 1 indicates the ____.
A. layer effects icon B. layer style icon C. layer attributes D. image attributes
The Switch Row/Column button is in the ____ group on the Chart Tools Design tab.
A. Chart B. Data C. Tools D. Number