Java Event Model
Java event model has changed quite significantly between JDK1.0 and JDK 1.1.
Many Web Browsers still use JDK1.0.
JDK1.0 event model is good for understanding event-driven programming and for simple applications but does not scale well for large applications.
It is impossible to take a in-depth look at any one. But we will learn enough to use some basic features.