Advanced Java Programming 2076 Questionpaper
Advanced Java Programming 2076 Questionpaper
1. What is exception handling? Discuss the use of each keyword (try, catch, throw, throws and finally) with suitable Java program.
2. Write a Java program to find the sum of two numbers using swing components. Use text fields for input and output. Your program
displays output if you press any key in keyboard. Use key adapter to handle events.
3. Define servlet. Discuss life cycle of servlet. Differentiate servlet with JSP. Write a simple JSP file to display 'IOST' 20 times.
Group B
4. Define class. How do you create a class in Java? Differentiate class with interface.
5. Write a simple Java program that reads a file named "Test.txt" and displays its contents.
9. Write Java programs using TCP sockets that communicate with each other in a computer network.
10. Define Java Bean. How is it different from other Java programs? What is design pattern?
• Servlet API
• RMI vs CORBA