You are on page 1of 1

Code No: R5410502 R5

IV B.Tech I Semester(R05) Supplementary Examinations, November 2010


WEB TECHNOLOGIES
(Computer Science & Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
?????

1. (a) Create a registration form for creating a new savings account in a bank. Include the features like
checkboxes, radio buttons and other control widgets.
(b) What is a frame? What is the advantage of using a frame? Clearly explain the creation of frames
with an example. [8+8]
2. (a) Describe the primitive data types that Javascript uses.
(b) Write a script that reads an integer and determines and displays whether it is an odd or even
number. [16]
3. (a) Clearly distinguish between the DOM approach and the SAX approach.
(b) Write a javascript that uses the DOM to replace every job description in a table of employee
details from “programmer” to “developer”. [8+8]
4. (a) What is a Java bean? “Java bean is a reusable platform-neutral software component”-justify this
statement.
(b) Explain the highlighting features of java bean. [8+8]
5. (a) What are basic steps in building and testing a simple servlet?
(b) Give a note on servlet API. [8+8]
6. Explain JSP application design with suitable example? [16]
7. Develop a JSP to maintain a guest book, that enables users to place their first name, last name and
e-mail address in to a guest-book database. After submitting their information, users see a web page
containing all the users in the guest book. Each e- mail address is display as a hyperlink. [16]
8. (a) Describe JDBC - ODBC bridge driver.
(b) List and explain the Results Set constants for specifying the Results Set type.
(c) Discuss about RowSet Interface. [6+5+5]

?????

You might also like