This commit is contained in:
2026-03-26 15:18:14 +05:30
parent 7aec8aedd9
commit 8748b767eb
57 changed files with 454 additions and 20 deletions

View File

@@ -7,3 +7,9 @@
25. Write a java code to implement jdbc connectivity to demonstrate ResultSet metadata.
26. write a servlet program to create simple servlet and test it.
27. write a servlet program to add two numbers to demonstrate doPost.
28. write a servlet program to read client request parameter and get response accordingly.
29. implement servlet to generate multiplication table for numbers entered in html page.
30. write a java code to demonstrate scripting tag
a) declaration tag
b) expression tag
c) scriplet tag