InterviewSolution
Saved Bookmarks
| 1. |
Can You Write A Java Class That Could Be Used Both As An Applet As Well As An Application? |
|
Answer» YES. ADD a MAIN() METHOD to the APPLET. Yes. Add a main() method to the applet. |
|