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

Government College of Engineering, Salem Department of Computer Science and Engineering 18Cs602-Web Technology Assignment - II (UNIT-III & IV)

The document contains 10 questions related to XML, XSLT, JSP, ASP, DOM and JavaScript. The questions involve writing code to validate XML, display data in tables, calculate simple interest, access databases, create and use cookies, display session data, and perform CRUD operations using JDBC.

Uploaded by

Gadgets Me
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

Government College of Engineering, Salem Department of Computer Science and Engineering 18Cs602-Web Technology Assignment - II (UNIT-III & IV)

The document contains 10 questions related to XML, XSLT, JSP, ASP, DOM and JavaScript. The questions involve writing code to validate XML, display data in tables, calculate simple interest, access databases, create and use cookies, display session data, and perform CRUD operations using JDBC.

Uploaded by

Gadgets Me
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Government College of Engineering, Salem

Department of Computer Science and Engineering

18CS602- WEB TECHNOLOGY

Assignment – II (UNIT-III & IV)

1. Write a XML schema for a Movie data base table with the following structure:
Movie(name, director, date_released, record), name(firstname, midname, lastname),
date_released (date, month, year).

2. Discover a XML document to store voter ID, voter name, address and date of birth details
and validate the document with the help of DTD.

3. Write XSLT code to display employee details in a Table form which is stored is XML.

4. (i)Write a client server JSP program to find simple interest and display the result in the
client.
(ii) Write about the JSP tag libraries.

5. Write an ASP/JSP code to access a table and records from a student database to obtain
the result of a student.

6. Write a Java code for getting the details of the items to be purchased from a client and to
update the inventory of the shop after selling. Also bill should be prepared for the client.
Maintain the transaction table also just by inserting these purchase item details at the shop
use JDBC for transactions.

7. Write a code for creating cookies with name of person and secret code at the server, after
getting these details from client using HTML form. How these details at the server side using
HTTP servlet are displayed?

8. Write a code to display the current and yesterday’s gold rate using session object.

9. Explain DOM. Write a Javascript Program to validate Radio Button, CHECKBOX and
OPTION fields.

10. Write a Java code for getting the details of the items to be purchased from a client and to
update the inventory of the shop after selling. Also bill should be prepared for the client.
Maintain the transaction table also just by inserting these purchase item details at the
shop use JDBC for transactions.

You might also like