0% found this document useful (0 votes)
24 views4 pages

AJP

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)
24 views4 pages

AJP

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

Design an applet to create form using Text Field, Text Area, Button and

Label. Use suitable Layout.

Develop an application using List components to add names of 10 different


cities.

Develop a swing program to show the use of ActionListener for JTextField

Develop an application using to demonstrate the use of Radio Button and


checkbox.

Develop a program to display a grid of 5 x 5.

Develop a program to give following output. Use suitable layout.

Develop program to give following output for CardLayout. Add 5 cards.

Develop a program to create checkable menu item ‘Picture’ under ‘Insert’


menu and ‘Paste’ menu item under menu ‘Home’

Develop a program to create three menus such as PageLayout, References


and Mailing. Disable the Mailing menu.

Develop a frame to select different states in India using JCombobox

Develop a JTree program to show root directory and 4 subfolders


1
Develop a program to create a table of ‘Name’, ‘Percentage’ and ‘Grade’ for
10 students using JTable

Develop a program using JProgressBar to show the progress of ProgressBar


when user clicks on JButton

Develop a program using JProgressBar to show the progress of ProgressBar


Using Thread class

Develop a program for given output.

Develop program to generate KeyEvent when a key is pressed and display


‘KeyPressed’ message in statusbar.
Develop a program to accept two numbers and display product of two
numbers when pressed “Multiply” button. Use suitable layout and Swing
components.

Develop a program to change the background color of applet when user


performs events using mouse.

Develop a program to count number of clicks performed by user in a Frame


window.

2
Develop a program to demonstrate the use of mouseDragged() and
mouseMoved() methods of MouseMotion Listener.
Develop a program using JPasswordField to set the password character as
‘#’ instead of ‘*’ Verify the password and authenticate the user.
Develop a program 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”. Use GenericServlet.

Develop a program to accept password from user on client and check if the
length is less than 6 characters on server , then error message should be
displayed on client ”Password length must be > 6 characters”

Develop a program to demonstrate the use of WindowAdapter class in


AWT. Add suitable components.
Develop a program using InetAddress class to retrieve IP address of
computer when hostname is entered by user.

Develop a program using URLClass to retrieve the host, protocol, port an


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

Develop a program to check credentials of user (Client will send user id


and password to the server and server will authenticate the client)

Develop a program using DatagramPacket and DatagramSocket to create


chat application.

Develop a program to display name and rollno of students from


“studenttable” having parecentage>70(Columns in Table Rollno, Name,
Percentage) (Use MsAccess Database)

3
Develop a program to retrieve data using Resultset. (Columns in Table
Rollno, FirstName, LastName, TotalMarks, Grade)) (Use MsAccess
Database)
Develop a program to update a record in database table. (Columns in Table
Empcode, FirstName, LastName, Salary, Position)) (Use MySQL Database)
Develop a program to update name of student from ‘ABC’ to “PQR’ in
database. Retrieve data in the table using ResultSet and display it. (Use
MySQL Database)
Develop a program to delete all records for a product whose “price is greater
than 500” and “Id is P1234”. (Use MySQL to create database.)
Develop a servlet to print “Hello”+Username in browser window.

Develop a servlet to receive the parameter through HTML forms and send
back received parameter to browser

Develop a servlet to receive student subject marks through HTML forms and
send the response whether student passed or Failed in Examination

Develop a generic servlet program to authenticate a client using username


and password.

Develop a servlet program to display various details about session using


HttpSession methods.

Develop a servlet to collect user information using cookies

Develop a generic servlet program to find whether the number given by the
client is prime or not.

You might also like