Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

1.

Write an html program that describes the following ordered list

1. Programming Languages
a.C
b.Python
c.OOP
2. Web Technologies

i. Client Side W.T

a.HTML

b.JavaScript

ii. ServerSide W.T

a. Servlet

b.JSP

2. Write a servlet to read parameters (name, age, gender) from the user form. If the candidate age
is greater than 18 then display 'ELIGIBLE TO VOTE' else 'NOT ELIGIBLE TO VOTE' and also display
the collected details.
3. Write a JSP Program to calculate Compound Interest.
4. Write a java script program to calculate sum of digits of a given number(use External JS)
5. Write a Servlet program to demonstrate Cookies in Session Tracking
6. Write an html program that describes the following Unordered list
 Softwares
 OS
 Application s/w
 Hardware
 CPU
 Mouse….etc
7. Write a java script program to check the given number is even or odd
8. Write a Jsp program to demonstrate the “useBean” action tag.
9. Write an xml Document for shipping order, use Xml Schema to validate.
10. Write an html program to create the following table using rowspan and

colspan
11. Write an xml Document for student database use internal DTD to validate
12. Write an html program to create the following table using rowspan and colspan
13. Write a Jsp program to check the entered number is Prime or Not
14. Create a “registration form “with the following fields
1) Name (Text field) 2) Password (password field) 3) E-mail id (text field)
4) Phone number (text field) 5) Sex (radio button)
6) Country (select box) 7) Languages known (check boxes – English, Telugu, Hindi,
Tamil)
8) Address (text area) 9) Submit & Reset buttons
15. Write a Jsp program to calculate the factorial of entered number (using function)
16. Write an html program to demonstrate framesets (Target Frames)
17. Write a html program to demonstrate inline CSS
18. Write a Jsp program to demonstrate exception handling.
19. Write a html program to demonstrate internal CSS(use CSS selectors)
20. Write a servlet which counts the number of digits in an integer received as init parameter
21. Write a html program to demonstrate external CSS(use CSS selectors)
22. Write a servlet program to demonstrate servlet life cycle.
23. Write a java script program to demonstrate switch case (student grade).
24. Write a java script program to validate email address (at most ‘.’ And ‘@’ should exist)
25. Write a java program to create a java bean to display red color rectangle.

You might also like