AJP Practical Programs
AJP Practical Programs
Develop an applet/ application using List components to add names of 10 different cities.
Develop applet / application to select multiple names of news papers
Write a program to develop a frame to select the different states of India usingJComboBox
Write a program to generate KeyEvent when a key is pressed and display “Key Pressed” message
Write a program using JPasswordField to set the password character as ‘#’ instead of ‘*’
Write a program using JPasswordField and JTextField to demonstrate the use of user
authentication
Write a program using JPasswordField to accept password from user and if the length is less than
6 characters then error message should be displayed “Password length must be >6 characters”
Develop a program using InetAddress class to retrieve IP address of computer when hostname is
entered by the user.
Write a program using URL class to retrieve the host, protocol, port and file of URL
http://www.msbte.org.in
Write a program using URL and URLConnection class to retrieve the date,content type, content
length information of any entered URL