Saved Bookmarks
| 1. |
Which Method Is Used To Output A String To An Applet? Which Function Is This Method Included In? |
|
Answer» DRAWSTRING( ) method is USED to output a STRING to an applet. This method is included in the paint method of the Applet. drawString( ) method is used to output a string to an applet. This method is included in the paint method of the Applet. |
|