You are on page 1of 1

Gujarat Power Engineering and Research Institute

(A Constituent College of Gujarat Technological University)


Department of Computer Engineering
CET-1 Assignment 2023 -24 (Even)

Semester: 6 Marks: 10
Subject: Advance Java Programming(3160707)
Sr. No. Question Marks CO
Write a program in which client sends string from its standard input to the
1 server. The server reads the string, converts the string into upper case and 2 CO-1
sends back to client.
Write a JDBC program for banking application in which consider bank table
with attributes AccountNo, Customer Name, Phone and Address, and
2 perform followings: 2 CO-1
Insert two records using prepared statement.
Display all the records.

Write a program to insert student records to database using callable


3 2 CO-2
statement with appropriate output.

Write a servlet code which reads the student details from web page and
4 stores it in database. 2 CO-2

Write a Login servlet. Take input username and password from html file
5 login.html and authenticate the user. Write the web.xml. 2 CO-2

You might also like