Program List AJP For External
Program List AJP For External
2. Design an applet/application to create form using Text Field, Text Area, Button and Label.
3. Develop a program to select multiple languages known to user. (e. g Marathi,Hindi, English, Sanskrit).
4. Write a program to create three Buttons with Caption OK, RESET and CANCEL.
14. Write a program to generate KeyEvent when a key is pressed and display “Key Pressed” message.
15. Develop a program which will implement special keys such as function keys and arrow keys.
16. Develop a program to accept two numbers and display product of two numbers when user pressed
“Multiply” button.
17. Write a program to change the background color of Applet when user performs events using Mouse
18. Write a program to count the number of clicks performed by the user in window
19. Write a program to demonstrate the use of mouseDragged and mouseMoved method of
MouseMotionListener
20. Write a program using JPasswordField and JTextField to demonstrate the use of user authentication
21. Write a program using JTextField to perform the addition of two numbers.
22. Write a program to demonstrate the use of WindowAdapter class
23. Develop a program using InetAddress class to retrieve IP address of computer when hostname is entered
by the user.
24. Write a program using URL class to retrieve the host, protocol, port and file of URL
http://www.msbte.org.in
25. Write a program using URL and URLConnection class to retrieve the date, content type, content length
information of any entered URL
26. Write a program using Socket and ServerSocket to create Chat Application
27. Develop a program to create employee table in database having two columns “emp_id” and
“emp_name”.
28. Develop a program to display the name and roll_no of students from “student table” having percentage >
70.
29. Write a Servlet Program to send two numbers to server and server will do perform addition of that
number and sends result to client.