0% found this document useful (0 votes)
319 views

ADVANCED JAVA PROGRAMMING Theory Assignment 1

This document provides the theory assignment questions for an Advanced Java Programming class. The assignment includes questions that require comparing different architectural tiers, listing advantages of the MVC design pattern, explaining generic servlets, HTTP servlets and the servlet service method with code examples, comparing servlets and CGI, describing the servlet API and lifecycle, defining the role of a servlet container and listing different container options. It is due on February 26, 2011 and instructs students to use a provided cover sheet format when submitting.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
319 views

ADVANCED JAVA PROGRAMMING Theory Assignment 1

This document provides the theory assignment questions for an Advanced Java Programming class. The assignment includes questions that require comparing different architectural tiers, listing advantages of the MVC design pattern, explaining generic servlets, HTTP servlets and the servlet service method with code examples, comparing servlets and CGI, describing the servlet API and lifecycle, defining the role of a servlet container and listing different container options. It is due on February 26, 2011 and instructs students to use a provided cover sheet format when submitting.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

ADVANCED JAVA PROGRAMMING (CS – 802E)

THEORY ASSIGNMENT SET 1

FOR CLASS: 4TH YEAR 8TH SEM BTECH CSE

DUE DATE: 26/02/2011

Note: Make sure to kindly make use of the provided cover sheet format for submission of assignment

1 Compare 3 tier, n tier and enterprise architectures.

2. List the advantages of MVC design pattern.

3. State and explain the following with proper java code –


(a) GenericServlet (b) HTTPServlet (c) Service

4. What is the difference between Servlets and CGI?

5. What is Servlets API? Describe the Life Cycle of Servlets?

6. What is Servlets container? What role does it play? Briefly define different containers available in
servlets.

You might also like