You are on page 1of 5

VASAVI COLLEGE OF ENGINEERING

IBRAHIMBAGH, HYDERABAD 31

Department of computer Science and Engineering Question Bank


Subject: Web Programming & Services
UNIT-1 Part-A 1) What is Web? 2) What is the difference between Web and Internet? 3) Define URL. Write the syntax of URL? 4) What does the status code 200 mean in HTTP response? 5) Write about HTTP methods? 6) What is DHTML? 7) Write HTML code to span two rows in a table? 8) What is Style Sheet? 9) Differentiate between DIV and SPAN tags. 10) What is the purpose of JavaScript? 11) What are the advantages of JavaScript? 12) Write JavaScript function to validate date? 13) What is the difference between Java and JavaScript? 14) Write JavaScript code to validate phone number? 15) What is the need of XML? 16) What is the difference between well formed and valid xml document? 17) Differentiate between XML and HTML? 18) What are name spaces in XML? Part-B 1) Discuss Web programmers toolbox. 2) Explain the format of HTTP request and response formats. Class: 3 / 4 Semester: II

3) List and explain the rules to create XHTML document. Write the XHTML program to create Student registration form. 4) What is List? Explain the different types of lists. 5) What are the different types of lists provided by HTML? Create a HTML document showing all these types of lists in action. 6) Create a form to accept the details of a student: Name, address, Sex (Male / Female), Electives (Check box), and Branch (chosen from a list box). Provide submit and Reset buttons on it. 7) What is CSS? Discuss types of CSS with suitable examples. 8) Write about different selector forms in CSS with examples? 9) What is JavaScript? Explain the different ways of writing java script code into HTML document. 10) Write JavaScript code to validate the form fields username, password and email id. 11) What is XSLT? Write the XSLT style sheet template and write the program to convert XML document into HTML document? 12) What is XSL? Give valid XML document for an arbitrary bookstore database. Write XSL file to display XML file in XHTML table. 13) Explain briefly about XML parsers. 14) What is parsing? Explain XML parsers with suitable examples. 15) Write short notes on a) MIME UNIT-2 Part-A 1) What is J2EE? 2) What is the difference between application and enterprise application? 3) Differentiate between J2SE and J2EE. 4) Draw the architecture of Servlet request and response model. 5) What does Tier mean in J2EE architecture? 6) Distinguish between Servlet and CGI? Part-B b) WWW

1) Explain J2EE Multi tier architecture with neat diagram? 2) Explain different architecture styles for enterprise applications. 3) Write in detail steps to deploy a J2EE application. 4) What is Servlet? Explain how to create Servlet in java with suitable example. 5) Explain the lifecycle methods of Servlet. 6) What is session tracking? How do we track user sessions with http session object? 7) Explain in detail different session management techniques with examples.

UNIT-3 Part-A 1) What is the purpose of JSP? 2) What is the use of directives in JSP pages? 3) List the lifecycle methods of Filter. 4) What is session? 5) What is JSTL? Part-B 1) What is JSP? List and explain various JSP tags? 2) Discuss the need of Servlet & Filters in web application development. 3) Create a dynamic webpage using JSP with suitable example? 4) Explain in detail about all the elements in JSP. 5) Differentiate between JSP include action tag & directive tag. 6) Explain how to create a dynamic webpage using JSP? 7) What are JSP Tag extensions and its purpose? 8) Write a program to create iterative custom tag using Tag Extension?

UNIT-4 Part-A 1) 2) What is JDBC? What are different mail protocols? Part-B 1) 2) 3) 4) 5) 6) 7) 8) 9) Explain different types of JDBC drivers with neat diagrams? Write the JDBC program to create table, insert the values and display? Explain different Statement objects in JDBC with suitable examples? Write JDBC code to connect to MYSQL database? How to connect to MYSQL data store from ASP.Net? What is Connection Pooling? How it is dealt with? Write short notes on Java Mail API. Write a program to retrieve mail form inbox using Java Mail API. Write a program to send a mail to the recipient using Java Mail API.

UNIT-5 Part-A 1) 2) 3) 4) 5) 6) 7) 8) What is the Difference between J2EE and .Net ? Draw the architecture of .Net Framework. List out various .Net compliant languages. What are Generics in .Net? What is generic handler in ASP.Net? What is CLR? Why CTS ? Discuss the need of CLR in .Net execution environment? Part-B 1) Explain in detail the architecture of .NET

2) 3) 4) 5) 6) 7) 8)

Explain in detail the architecture of CLR Write short notes on .NET Remoting Explain CTS in detail with program constructs? What is ASP.NET? Explain different controls in ASP.Net with examples? Write in detail about Types and Objects in .NET? Explain .Net architecture and describe about the validation controls in ASP.Net with syntax. Write a ASP.Net program to connect to DB using ADO.Net.

You might also like