The vertical distance between lines of text in a paragraph is called:
A) indention. B) line spacing.
C) paragraph spacing. D) justification.
B
You might also like to view...
Which of the following statements is false?
a. ToggleGroup method getSelectedToggle returns the Toggle that’s currently selected. Class RadioButton is one of several controls (others are RadioButtonMenuItem and ToggleButton) that implements interface Toggle.
b. Each mouse event handler you define must provide one parameter of type MouseEvent. When the event occurs, this parameter contains information about the mouse event, such as its location, whether any mouse buttons were pressed, which node the user interacted with and more.
c. Each layout pane has a getChildren method that returns an Ob-servableList
To accept all changes in a document, click the arrow on the Accept button in the Tracking group, then click Accept All Changes.
Answer the following statement true (T) or false (F)
To determine whether a reference variable that points to an object is of a particular class type, Java provides the operator instanceof.
Answer the following statement true (T) or false (F)
You run the command hostname server1 and issue the reboot command. You notice that the host name has reverted back to what it was before the reboot. Which of the following commands should you have used to change the host name instead?
A. ifconfig server1 B. host server1 C. hostnamectl set-hostname server1 D. set hostname=”server1”