Multiple Choice
The ____ method provides information about the system in use.
A) getSystemInfo()
B) getDefaultToolkit()
C) getDefaultControlPanel()
D) getToolkit()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q43: Which FontMetrics class method returns information about
Q44: The lineTo() method is used to define
Q45: BasicStroke myLine = new BasicStroke(12.0f, BasicStroke.CAP_SQUARE, BasicStroke.JOIN_ROUND);
Q46: Write the statement that will create a
Q47: The getFontMetrics() method can be used to
Q49: You use the _ method in statements
Q50: You can instruct a Graphics object to
Q51: BasicStroke class variables determine the endcap and
Q52: Which of the following statements will correctly
Q53: The statements pen.drawLine(50, 50, 100, 200); and