Comments that are added to a document will display ________
A) in balloons that display above the text
B) in the header
C) at the bottom of the page
D) in the right margin
D
Computer Science & Information Technology
You might also like to view...
Which of the following is not true of a destructor?
a. It performs termination housekeeping. b. It is called before the system reclaims the object’s memory. c. If the programmer does not explicitly provide a destructor, the compiler creates an “empty” destructor. d. It releases the object’s memory.
Computer Science & Information Technology
The type of a lambda is the type of the ________ that the lambda implements.
a. anonymous class b. functional interface c. stream d. collection
Computer Science & Information Technology