Advanced Java Programming 2071 Questionpaper
Advanced Java Programming 2071 Questionpaper
Section A
1. What is multithreading? Why is it important to develop in computer programs? Discuss life cycle of thread in detail.
2. Write a program using swing components to find simple interest. Use text fields for inputs and output. Your program should display
the result when the user presses a button.
3. What is servlet? Differentiate it with JSP. Discuss life cycle of servlet in detail.
Section B