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

External List

.

Uploaded by

tambadepranav09
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

External List

.

Uploaded by

tambadepranav09
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

1. Design an applet/application to demonstrate the use of Radio Button and Checkbox.

2. Design an applet/application to create form using Text Field, Text Area, Button and
Label.

3. Develop a program using Label to display message “Welcome to Java”

4. Develop a program to select multiple languages known to user. (e. g Marathi,


Hindi, English, Sanskrit).

5. Write a program to create three Buttons with Caption OK, RESET and CANCEL.

6. Develop an applet/ application using List components to add names of 10 different cities.

7. Develop applet / application to select multiple names of news papers

8. Write a program to design simple calculator with the use of Grid Layout.
9. Write a program to generate following output
10.

11. Write a program using AWT to create a menu bar where menu bar contains menu items
such as File, Edit, View and create a submenu under the File menu: New and Open.

12. Write a program using swing to display a ScrollPane and JComboBox in an JApplet with
the items – English, Marathi, Hindi, Sanskrit.

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

14. Write a program code to generate the following output


15. Write a program code to generate the following output

16. Write a program to demonstrate status of key on Applet window such as KeyPressed,
KeyReleased, KeyUp, KeyDown.

17. Write a program to generate KeyEvent when a key is pressed and display “Key Pressed”
message.

18. Write a program to demonstrate various mouse events using MouseListener and
MouseMotion listener interface.

19. Write a program to change the background color of Applet when user performs events
using Mouse
20. Write a program to demonstrate the use of mouseDragged and mouseMoved method of
MouseMotionListener

21. Write a program to demonstrate the use of JTextField and JPasswordField using Listener
Interface.

22. Write a program using JPasswordField to set the password character as ‘#’ instead of ‘*’

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

24. Write a program to demonstrate the use of InetAddress class and its factory methods.

25. Write a program to demonstrate the use of URL and URLConnection class and its
methods

26. Write a program using URL class to retrieve the host, protocol, port and file of URL
http://www.msbte.org.in

27. Write a program using Socket and ServerSocket to create Chat Application
28. Write a program to develop prime number Server (Client will send any number to server,
Sever will send the response the number is prime or not)

29. Write a program to demonstrate use of DatagramSocket and DataGramPacket

30. Write a Program to create a Student Table in database and insert a record in a Student
table.

31. Develop a program to create employee table in database having two columns “emp_id”
and “emp_name”.

32. Develop a program to display the name and roll_no of students from “student table”
having percentage > 70.

33. Develop JDBC program to retrieve data using ResultSet

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

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

You might also like