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
B.Tech.
(Computer Science and Engineering)
Semester-V Subject: Advance Programming in Java (BCO037B) Marks : 64 Assignment (Unit-5) Course Outcome (CO1): To learn networking using java programming.
SECTION A (5*2=10 Marks)
1. Explain life cycle of JSP. Also write 3 life-cycle methods for a JSP? 2. What is the difference between include directive and include action? 3. Give the syntax for JSP comments. 4. List all the directives in JSP. 5. What are the three tags used in JSP bean development?
SECTION B (3*7=21 Marks)
1. List out some advantages of using JSP. 2. List all JSP implicit objects and also write there class name. 3. How can we stop errors on Display in a JSP Page? Write a program of exception handling using element of page directive.
SECTION C (3*11=33 Marks)
1. Write a JSP program to demonstrate the use of JSP page and include directive. 2. Write a JSP program to demonstrate the declaration, scriplets and expressions. 3. Write a complete JSP program to create a custom tag <my:jecrc></my:jecrc>. This tag will display the name and address of the JECRC University.