InterviewSolution
Saved Bookmarks
| 1. |
Why is the role of init() method under applets? |
|
Answer» It initializes the applet and is the first method to be called. |
|