You are on page 1of 1

Java practical questions for file (any 10)

1. Write a program in JSP to display the properties of an object using the


useBean directive.
2. Build an application in JSP that redirects to another page.
3. Write a program in JSP to display “Hello, World!”.
4. Find sum of two numbers using JSP.
5. Write a program in JSP to display the given text in a paragraph in different
font sizes using a loop.
6. Build an application in JSP that redirects to another page.
7. Program to execute batch of SQL statements
8. Write Servlet application to print current date & time
9. Write Servlet to Add cookie to selected value
10. Write a Servlet to Demonstrate session tracking
11. Write a Servlet to Count the visits on web page
12. Write a Servlet to Application for login page
13. Write a Servlet to Auto refresh a page
14. Write a Servlet to Demonstrate session tracking

15. Program to insert date in database

16. Write a Java program to display the employee id, age, first name and
last name using JDBC connectivity

You might also like