Slip1
Slip2
Q2. Write a SERVLET
program which counts how many times a user has visited a web page. If user is
visiting the page for the first time, display a welcome message. If the user is
revisiting the page, display the number of times visited. (Use Cookie)
Slip3
Slip4
Slip5
Slip6
Slip7
Slip8
Q1.
Write a Multithreading program using Runnable interface to blink Text on the
frame.
Q2. Write a SERVLET application to accept username and password, search them into database, if found then display appropriate message on the browser otherwise display error message.
Q2. Write a SERVLET application to accept username and password, search them into database, if found then display appropriate message on the browser otherwise display error message.
Slip9
Starting
Position of Text
Slip10
Q2. Write a Multithreading program in java forbouncing ball. For each bounce, Change the color of ball randomly.
Slip11
Slip12
Q2.
Write a JSP program to accept the details of Account (ANo, Type, Bal) and store
it into database and display it in tabular form. (Use PreparedStatement
interface)
Slip13
Slip14
Slip15
Slip16
Slip17
Slip18
Slip19
Slip20
Slip21
Slip22
Slip23
Slip24
Slip25
Slip26
Q1.
Write a Multithreading program in java to display all the alphabets from A to Z
after 3 seconds.
Slip27
Slip28
Slip29
Slip30
Q2.
Write a SERVLET program to display the details of Product (ProdCode, PName,
Price) on the browser in tabular format. (Use database)