This document outlines the examination structure for Advanced Java and Web Technologies for III B.Tech - II Semester students, detailing the duration, maximum marks, and question format. It includes two parts: Part A consists of short answer questions, while Part B requires detailed answers to selected questions. Topics covered include HTML, CSS, JavaBeans, JDBC, Servlets, and JSP application design.
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 ratings0% found this document useful (0 votes)
4 views2 pages
CS6T1
This document outlines the examination structure for Advanced Java and Web Technologies for III B.Tech - II Semester students, detailing the duration, maximum marks, and question format. It includes two parts: Part A consists of short answer questions, while Part B requires detailed answers to selected questions. Topics covered include HTML, CSS, JavaBeans, JDBC, Servlets, and JSP application design.
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
PVP 14
Code: CS6T1
III B.Tech - II Semester – Regular/Supplementary Examinations
March 2020
ADVANCED JAVA AND WEB TECHNOLOGIES
(COMPUTER SCIENCE & ENGINEERING)
Duration: 3 hours Max. Marks: 70
PART – A Answer all the questions. All questions carry equal marks 11x 2 = 22 M 1. a) Write the format of html program. b) Mention some text formatting tags. c) What do you mean by column spanning and row spanning? d) What does DHTML refer? e) Define scriptlets. f) What is the use of XML namespace? g) What are the design patterns for Boolean properties in a Bean? h) How can we set null value in JDBC PreparedStatement? i) What is the difference between HttpServlet and GenericServlet? j) What is Session Tracking? k) Write down the various attributes for the page directives in JSP.
Page 1 of 2 PART – B Answer any THREE questions. All questions carry equal marks. 3 x 16 = 48 M
2. a) Explain how Frames are created with an example. 8M
b) Describe how HTML and CSS complement each other
in building rich WebPages? 8M
3. a) How scripting language is differs from html? Explain it.
8M
b) Write a short note on JavaScript objects? 8M
4. a) Explain with an example, how can you check an XML
document is both valid and well formed document? 8 M
b) What is Java Bean ? Discuss the features of JAVA
Beans. 8M
5. a) What is JDBC? Describe the steps need to execute a
SQL query using JDBC. 8M
b) What is a Servlet? What are the advantages of Servlets
over CGI based application? 8M
6. a) Explain in detail about handling HTTPRequest and