0% found this document useful (0 votes)
8 views2 pages

Multi-Threading and Applet Projects Guide

The document outlines a series of programming tasks related to multi-threading, applets, and AWT applications in Java. It includes creating threads, applets, a simple calculator, and a database project for an online phone book. Each task is numbered and describes specific functionalities to be implemented using Java technologies.

Uploaded by

mumyqexy
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)
8 views2 pages

Multi-Threading and Applet Projects Guide

The document outlines a series of programming tasks related to multi-threading, applets, and AWT applications in Java. It includes creating threads, applets, a simple calculator, and a database project for an online phone book. Each task is numbered and describes specific functionalities to be implemented using Java technologies.

Uploaded by

mumyqexy
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

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.))

You might also like