- Compare and contrast the “component-as-listener” and “anonymous class” strategies
for implementing Java listeners. What kind of things would you take into account
when choosing between the two strategies?
- Explain the difference in the run-time context of a Java applet and a Java application.
What effect does this difference in context have on the design of the interfaces for
applet-style and application-style programs?
Discussions