0% found this document useful (0 votes)
81 views1 page

Previous Question Paper 3

The document is an exam paper for Web Technologies containing 8 questions. It covers topics like PHP functions, searching web pages using PHP, PHP scripts to add users to databases, XML Schema advantages over DTD, XML namespaces, servlet lifecycles, servlets retrieving data from databases, advantages of servlets over CGI, implicit objects in JSP, advantages of JSP over servlets, page directives in JSP, the Document Object Model, and a JavaScript function to check for prime numbers.

Uploaded by

csedept20
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)
81 views1 page

Previous Question Paper 3

The document is an exam paper for Web Technologies containing 8 questions. It covers topics like PHP functions, searching web pages using PHP, PHP scripts to add users to databases, XML Schema advantages over DTD, XML namespaces, servlet lifecycles, servlets retrieving data from databases, advantages of servlets over CGI, implicit objects in JSP, advantages of JSP over servlets, page directives in JSP, the Document Object Model, and a JavaScript function to check for prime numbers.

Uploaded by

csedept20
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/ 1

Code No: 155DN R18

JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY HYDERABAD


B. Tech III Year I Semester Examinations, September - 2021
WEB TECHNOLOGIES
U
(Computer Science and Engineering)
Time: 3 hours Max. Marks: 75
SE
Answer any five questions
All questions carry equal marks
----
D
1.a) Discuss about various functions used in PHP with suitable coding examples.
b) Write a PHP script for searching for a web page. [8+7]

2.a) Summarize about various types of PHP interpreters.


PA
b) Write a PHP script to add a user to Login table in MySql database. [7+8]

3.a) What is XML Schema? List the advantages of it over DTD.


b) Describe XML schema for designing a web page for product display. [7+8]
PE
4.a) What is XML? List characteristic features of XML.
b) What are XML namespaces? Describe the XML namespace for any webpage. [6+9]
R
5.a) Explain the life cycle of servlet? Write a simple servlet program to read two parameters
from form data.
SS
b) Distinguish Generic servlet from HttpServlet. [8+7]

6.a) Write a servlet program to retrieve data from the Employee table which is existing in
MySql database.
EP
b) Explain the advantages of servlets over CGI scripts. [8+7]

7.a) What are the implicit objects available in JSP? List the advantages of JSP over
Servlets?
-2
b) Explain about page directive with an example JSP code. [8+7]

8.a) Explain about Document Object Model with suitable example.


02
b) Write a Java Script function to check whether given number is prime or not. [8+7]
1
---ooOoo---

You might also like