MCQOPTIONS
Saved Bookmarks
| 1. |
Which method is used to set the graphics current color to the specified color in the graphics class? |
| A. | public abstract void setFont(Font font) |
| B. | public abstract void setColor(Color c) |
| C. | public abstract void drawString(String str, int x, int y) |
| D. | None of the above |
| Answer» C. public abstract void drawString(String str, int x, int y) | |