Name:
Subject: Roll No:
Year & Sem: Exam Seat No:
INDEX
Page
No. Date Particulars Signature
No.
WAPT print “Welcome to the World
1
of Multi-Threading using
Thread Class”.
WAPT print “Welcome to the World
2
of Multi-Threading using
Runnable Interface”.
WAPT sleep a Thread for 5 seconds.
3
WAPT create 1 Daemon Thread and 3
4
user Threads both then
give priority to user threads.
WAPT use Synchronization in Thread.
5
(Take Table Example)
WAPT create Simple Applet which
6
says “Welcome to the World
of Applet”.
WAPT create Parameterized Applet.
7
Set Font, Font Color and
Background then display param value
on it.
WAPT create Digital Clock in Applet.
8
WAPT create Light’s Ray in Applet.
9
WAPT create Circle and Rectangle in
10
Applet and fill Circle with
Red Color.
WAPT create Simple AWT enabled
11
Application which has button
and TextField in it.
WAPT create Simple Calculator which
12
has two TextField and 5
Buttons for Summation, Subtraction,
Division, Multiplication &
Clearing the response. When we click
on them, they shows
answer in label.
WAPT make use of radio buttons
13
using AWT with its events.
WAPT make use of Checkboxes using
14
AWT with its events.
WAPT make use of TextFields using
15
AWT with its events.
WAPT list out DepartmentMst Table
16
from sample_db of
phpMyAdmin. (Use JDBC + Simple
Statement)
WAPT insert row in DepartmentMst
17
Table of sample_db. (Use
JDBC + Prepared Statement)
Create small project Online
18
PhoneBook using DBClass in JAVA
(JSP + Servlet).
Database:
RegistrationMst(FName, LName,
EmailID, PWD, Address,
Contact)
ContactDetail(CID, FName, LName,
Address, Contact,
EmailID(F.K.))