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, just add a main() method to the applet. |
|