You are on page 1of 1

Advanced programming assignment (group assignment)

1.) Develop wed based supermarket system using the following instruction
I.) Developing database that store the items and customers information
II.) Develop CURD operation using servlet programming
III.) Develop program that generate bill and it can provide full information regarding the
customer like the following table

Xxx supermarket
Logo

Name of customer: ____________________________________


Name of servers: ____________________________.

Items name Quantity Total price

Tax 15%
Total price

Thanks for coming


Date: 04-2-2013 04:10am

2.) Explains about JDBC drivers


3.) Write jdbc program for updating marks 80 for the student id =1212
4.) Write jdbc program for deletion of user where username=”xxx” and password=”34sawa21”
5.) Write servlet program According the given instruction
i.) Create a table with name of Employe and have the following attributes like emp-
name,id,age, salary and dept
ii.) Write servlet program that insert into the table of Employee
iii.) Write servlet program that used to generate whole employee inserted in the table

You might also like