Assignment list for Advance Java Lab MCA II Semester
1. Write the step of setup the computer to run the servlet and JSP programs.
Also list the name of the software which will be needed to run the servlet
and JSP programs.
2. Write a Servlet program to print the “Hello Sir” in the web browser.
3. Write a Servlet program that prints the “Hello Sir” using HTML tag.
4. Write a Servlet program which implements the all functions of the life cycle
of Servlet.
5. Write a Servlet program to implement GET method.
6. Write a Servlet program to implement POST method.
7. Write a Servlet program that implement both GET and POST method.
8. Write the Servlet program which accept some values of HTML control
from different HTML page or Servlet itself and print the values in browser.
9. Write the Servlet program which accept some values of HTML control with
multiple values (Like List Box) from different HTMl page or Servlet itself
and print the values in browser.
10. Write the Servlet program which shows the implementation of Servlet
session tracking method.(Hidden fields)
11. Write the Servlet program which shows the implementation of Servlet
session tracking method.(URL Rewriting)
12. Write the Servlet program which shows the implementation of Servlet
session tracking method.(Cookies)
13. Write the Servlet program which shows the implementation of Servlet
session tracking methods.(HTTP Session object)
14. Write the step for connecting the Servlet program to database using JDBC
connectivity.
15. Write the Servlet application to implement the SELECT statement of SQL.
16. Write the Servlet application to implement the SELECT statement of SQL
with where clause.
17. Write the Servlet application to implement the SELECT statement of SQL
with Group By clause.
18. Write the Servlet application to implement the SELECT statement of SQL
with logical operators.
19. Write the Servlet application to implement the INSERT statement of SQL.
20. Write the Servlet application to implement the UPDATE statement of SQL.
21. Write the Servlet application to implement the DELETE statement of SQL.
22. Write the Servlet application to implement the CREATE statement of SQL.
23. Write the Servlet application to implement the INSERT statement of SQL.
24. Write the Servlet application to implement the all DML statement of SQL in
a single HTML form.
25. Write the Servlet application to implement the INSERT statement of SQL.
26. Write the Servlet application to implement the Inter Servlet
Communication.
27. Write the simple Servlet application to implement the JDBC connection
pool.
28. Done the entire above problem based Servlet program in JSP. ( Program
from 2 to 27)
29. Develop a JSP which shows the use of all implicit objects.
30. Develop a JSP which shows the use of all standard actions
31. Develop a JSP which shows the use of all JSP errors.