InterviewSolution
Saved Bookmarks
| 1. |
Explain How To Read Information From The Applet Parameters. |
|
Answer» The getParameter() method can be USED within the init() method to access the parameter data. The getParameter() method can be used within the init() method to access the parameter data. |
|