Practical List
Advanced Java Programming
__________________________________________________________________________________
1. Develop a program to select multiple languages known to user. (e. g Marathi, Hindi,
English, Sanskrit).
2. Develop an applet/ application using List components to add names of 10 different
cities.
3. Develop applet / application to select multiple names of news papers
4. Write Java program to display following output.
5. Write Java Program to display following output.
6. Write a program code to generate the following output
7. Develop a program to demonstrate the use of JTree component in swing.
8. Write a program code to generate the following output
9. Write a Java program to create a table of Name of Student, Percentage and Grade of
10 students using JTable.
10.Write a program to generate KeyEvent when a key is pressed and display “Key
Pressed” message.
11.Develop a program to accept two numbers and display product of two numbers when
user pressed “Multiply” button.
12.Write a program to change the background colour of Applet when user performs
events using Mouse
13.Write a program using JTextField to perform the addition of two numbers.
14.Write a program to demonstrate the use of WindowAdapter class
15.Develop a program using InetAddress class to retrieve IP address of computer When
hostname is entered by the user.
16.Write a program using URL class to retrieve the host, protocol, port and file of URL
http://www.msbte.org.in
17. Write a program using URL and URLConnection class to retrieve the date, content
type, content length information of any entered URL
18.Write a program using DatagramPacket and DatagramSocket to transfer the file from
one location to another.
19.Write a Program to create a Student Table in database and insert a record in a Student
table.
20.Develop a program to create employee table in database having two columns
“emp_id” and “emp_name”.