Sam wants to display the message "Welcome to Sam's Site" on his applet. Which one of the following methods should he use?
Select Answer:
public abstract void drawString(String str, int x, int y)
public abstract String drawString(String str, int x, int y)
public abstract void drawText(String str, int x, int y)
public abstract String drawText(String str, int x, int y)
|