0% found this document useful (0 votes)
31 views2 pages

AJP Program Practice Questions

practicals

Uploaded by

34Shreya Chauhan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
31 views2 pages

AJP Program Practice Questions

practicals

Uploaded by

34Shreya Chauhan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 2

AJP Practice program Questions :

1. Develop a program to select multiple languages known to user with checkboxes (e.g.
Marathi, Hindi, English ,Sanskrit)
2. Write a program to show following output :

3. Write a program to show following output :

4. Write a program to show following output :

5. Write a program to show following output :

6. Write a program to develop a frame to select the different states of India using
JComboBox
7. Develop a program to demonstrate the use of tree component in swing with following
output :

8. Write a program code to generate the following output

9. Write a program using JPasswordField to set password to „#‟ instead of „*‟.

10. Write a program to generate KeyEvent when a key is pressed and display “Key Pressed” on
status line.
11. Write a program to demostrate the use of mouseDragged and mouseMoved methods of
MouseMotionListener.

12. Develop a program using InetAddress class to retrieve IP address of computer when hostname
is entered by the user.
13. Write a program using URL class to retrieve the host, protocol port of URL http://msbte.org.in

14. Develop a program to create employee table in database having two columns“emp_id”
and “emp_name”.
15. Write a Program to create a Student Table in database and insert a record in Student
table.

16. Develop servlet program to print Hello MSBTE in browser window.


17. Write a Program to send the username to server and server will send the length of
username to client.

You might also like