Which of the following statements correctly creates a Font object?

a. new Font(34);
b. new Font("Times", 34);
c. Font.font("Times", 34);
d. Font.font("Times", FontWeight.NORMAL, 34);
e. Font.font("Times", FontWeight.NORMAL, FontPosture.ITALIC, 34);


abcde

Computer Science & Information Technology

You might also like to view...

You can create your own categories and select one of ____ colors to associate with them.

A. 14 B. 15 C. 20 D. 25

Computer Science & Information Technology

In Business Communication texts, what is the recommendation of experts regarding the number of blank lines between the dateline of a business letter and its inside address?

A) Two to four blank lines B) Four to 10 blank lines C) One to 10 blank lines D) One to six blank lines

Computer Science & Information Technology

Extracting desired information from Web pages is called ________ .

a) Web crawling b) screen scraping c) querying d) redirection

Computer Science & Information Technology

Which of the following Access objects cannot be exported to Excel?

A) Form B) Table C) Report D) Macro

Computer Science & Information Technology