Which of the following properly create and initialize a Font object?
A. Font f = new Font();
B. Font f = new Font("Serif", Font.Bold + Font.Italic, 19);
C. Font f = new Font(Font.Bold, 20, "SansSerif");
D. Font f = new Font(20, Font.Bold, "Monospaced");
a. A and B.
b. B and C.
c. B.
d. D.
C
Computer Science & Information Technology
You might also like to view...
The horizontal axis is also known as the ________ axis
A) category B) value C) secondary D) primary
Computer Science & Information Technology
The SSL record protocol provides two services for SSL connection: message integrity and _________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology