0% found this document useful (0 votes)
15 views

List of Experiment AJP

Uploaded by

pranaligadade08
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

List of Experiment AJP

Uploaded by

pranaligadade08
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

LIST OF EXPERIMENT EXTERNAL EXAM.

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. Write a program to generate following output

4. Write a program to generate following output using Border Layout

5. Write Java program to display following output.


6. Write Java Program to display following output.

7. Write a program to develop a frame to select the different states of India using

JComboBox

8. Develop a program to demonstrate the use of ScrollPane in Swings

9. Write a Jtree program to show root directory and its subFolders of your System.

10.Develop a program to accept two numbers and display product of two numbers

when user pressed “Multiply” button.

11.Write a program to change the background color of Applet when user performs

events using Mouse

12.Write a program to count the number of clicks performed by the user in a Frame

window
13.Write a program to demonstrate the use of mouseDragged and mouseMoved

method of MouseMotionListener

14.Write a program using JPasswordField and JTextField to demonstrate the use of

user authentication

15.Write a program using JTextField to perform the addition of two numbers.

16.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”

17.Develop a program using InetAddress class to retrieve IP address of computer

when hostname is entered by the user

18.Write a program using URL class to retrieve the host, protocol, port and file of

URL http://www.msbte.org.in

19.Write a program using URL and URLConnection class to retrieve the date, content

type, content length information of any entered URL

20.Develop a program to create employee table in database having two columns

“emp_id” and “emp_name”.


21.Develop a program to display the name and roll_no of students from “student

table” having percentage > 70.

22.Develop JDBC program to retrieve data using ResultSet

23.Develop a program to update a record in database table

24.Develop a program to update name of a student from Jack to John.

25.Develop a program to delete all record for a product whose "price is greater than

500" and Id is "P1234".

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

27.Develop a program to receive student subject marks through HTML forms

TextField and send the response as passed or Failed in Examination...

28.Develop servlet program to display various details about session using HttpSession

methods.

29.Develop a program to display last accessed time of session. And expire the session
with specified time.

30.Develop a program to collect user information using cookie.

31.Develop program to get the browser Information.

You might also like