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

Wtws Important Questions

This document outlines important questions for the topics of web technology and web services across 5 units: Unit 1 focuses on developing interactive web pages using HTML and CSS. Unit 2 covers XML, DTD, and using XSLT to display XML data. Unit 3 summarizes SGML and explains SOAP, XML-RPC, and differences between COM, DCOM, and CORBA. Unit 4 discusses session management in web applications using servlets and JSP. It includes an example of retrieving employee data from a database using JDBC. Unit 5 explains RESTful web services and components of web services like UDDI and WSDL. The document provides a comprehensive overview of key concepts in web development,

Uploaded by

Shankar S
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)
25 views2 pages

Wtws Important Questions

This document outlines important questions for the topics of web technology and web services across 5 units: Unit 1 focuses on developing interactive web pages using HTML and CSS. Unit 2 covers XML, DTD, and using XSLT to display XML data. Unit 3 summarizes SGML and explains SOAP, XML-RPC, and differences between COM, DCOM, and CORBA. Unit 4 discusses session management in web applications using servlets and JSP. It includes an example of retrieving employee data from a database using JDBC. Unit 5 explains RESTful web services and components of web services like UDDI and WSDL. The document provides a comprehensive overview of key concepts in web development,

Uploaded by

Shankar S
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
You are on page 1/ 2

Web Technology and Web Services

Important Questions
Unit -1

1. Develop an interactive web page for student registration using HTML form elements.
2. Apply CSS to a web page with the following requirements
(i) Paint the background gray (2)
(ii) Paint the sidebar yellow (2)
(iii) Set the artist h1 to be only uppercase (2)
(iv) Set the title h2 to be uppercase-first letter (2)
(v) Set letter spacing between in each span of instructions (2)
3. Explain HTML forms in detail along with form elements, attributes and methods. Write an
HTML document to provide a form that collect name and telephone No’s.
4. How do you create frames? Why do we need them? Develop the application to explain the same.
5. Explain in detail about CSS Border and CSS outline.
6. Create a HTML document for a company home page.

Unit – 2

1. Write XSLT code to display employee details in a Table form which is stored in XML.
2. List and explain the XML syntax rules in detail. And explain how an XML document can be
displayed on a browser.
3. Explain in detail about DTD, Types of DTD with example program.
4. Discover a XML document to store voter ID, voter name, address and date of birth details and
validate the document with the help of the DTD.
5. Explain in detail the XML schema, built in and user defined data type detail.
6. Get the students detail like name, register number and mark using form. Generate DTD for this
XML document.
Name register no Mark
Aaa 100 95
Bbb 101 86
Generate the collected information in the descending order of marks using XSLT. Results should
be display in the above format. Write the source code and explain the same.

Unit - 3

1. Summarize the importance of SGML in web programming.


2. Draw the SOAP message structure. Explain the SOAP request and response message with
example.
3. Explain in detail about XML-RPC with neat sequence.
4. Illustrate the difference between COM, DCOM, CORBA.

Unit - 4
1. What is session? Explain how client state is maintained using session and also explain about
session tracking and session management using an example.
2. What is JSP? Outline the life cycle of JSP with an example.
3. Write a java servlet to display net salary of employee, use JDBC connectivity to get employee
details from database.
4. Identify the objects associated with JSP and highlight the features of each object. Explain the
various JSP elements.
5. Elaborate briefly about JDBC database connection pool. How to setup in Java? What is
difference between type 2 and type 4 JDBC drivers in Java?
6. Explain the servlet operation in detail with a sample servlet program.

Unit - 5

1. Explain in detail Restful web services.


2. What are the Web service features and explain the components of a web service? How does a
web service work?
3. Explain in detail about UDDI.
4. Explain in detail about WSDL.

You might also like