-->

Module 4 & Module 5



Module 4
Multi threading & Event handling 

1. Explain  multi  threading . write a java program that create two thread with message.
2. Define thread.  Explain types of thread 
3. Explain synchronized with different block
4. Explain the role procedure & consumer problem
5. Explian briefly 
    i) Isalive ( ) ii) Join ( )  iii) thread priority iv)suspending & stopping thread
6. Explain inner class  with an example
7. Explain bounded buffer
8. Explian delegates event model.
9 Explain Action event  & adjustable event class
10. write a java program for keyboard event handling function
11. write a java program for mouse event handling function

Module 5
Applet & Swing 
1. Explain the architecture of Applet
2. Explain Skeleton of Applet
3.Write a short on
    i) Getdocumentbase ( )
    ii) Getcodebase ( )
    
4.What are the deficiency of AWT that are overcome by swings? Explain the two key features of swings.

No comments:

Post a Comment

Basic structure of c program