GeneralPath method lineTo ________.

a. draws a line from the previous point in the GeneralPath object to the current point
b. draws a line with an arrow head to point to a GeneralPath object
c. moves the drawing origin around a line
d. specifies the first point in a GeneralPath object


a. draws a line from the previous point in the GeneralPath object to the current point

Computer Science & Information Technology

You might also like to view...

Once an exception is thrown, when can control return to the throw point?

a. Never. b. Only after the exception is caught. c. Once the stack unwinding process is completed. d. Immediately after the exception is thrown.

Computer Science & Information Technology

Which of the following is NOT considered to be one of the three basic features of a program?

(A) input (B) processing (C) output (D) store

Computer Science & Information Technology

When deciding which information assets to track, consider the following asset attributes: people, ____________________, data, software, and hardware.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Class ____ and its subclasses are called unchecked exceptions, because the compiler does not check that they are being handled.

A. IOException B. Exception C. RuntimeException D. EOFException

Computer Science & Information Technology