Class Point represents ________.

a. a filled oval
b. an x-y coordinate pair
c. an object used to draw
d. a period in a sentence

b. an x-y coordinate pair

Computer Science & Information Technology

You might also like to view...

In order to leave 15 pixels of space in an HBox container, use which of the following statements?

a. myhbox = setPadding(15); b. myhbox.setPadding(15); c. myhbox.setPadding.Insets(15); d. myhbox.setPadding(new Insets(15));

Computer Science & Information Technology

What traffic shaping policy option determines the max number of kilobits per second to allow across a port when it is sending a burst of traffic?

A. burst size B. average bandwidth C. peak bandwidth D. surge bandwidth

Computer Science & Information Technology