The document discusses topics related to client side validation using JavaScript, CSS, EJB architecture, Java beans, JSP tags, and creating a servlet to retrieve data from a database and return a response. Specific questions from the document are referenced for further details on each topic.
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)
9 views1 page
Adobe Scan 13-May-2024
The document discusses topics related to client side validation using JavaScript, CSS, EJB architecture, Java beans, JSP tags, and creating a servlet to retrieve data from a database and return a response. Specific questions from the document are referenced for further details on each topic.
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
SP-60 1D (1T-/C8-6) Solved Paper (Sem 5)(2022-23
Attempt any one part of the following : (10 ×1 10)
A. Discuss in brief how to performn client side validation like mandatory fields and Email field using Java Script? Justify with asuitable example. Ans. Refer Q. 3.5, Page 3-5D and Q. 3.6, Page 3-6D; Unit-3. b. What is CSS ? Discuss the different ways to create CSs Explain with example. Ans. Refer Q. 2.16, Page 2-22D,Unit-2.
6 Attempt any one part of the following: (10 × 1= 10)
a. What is EJB, also discuss its architecture. Differentiato between Java Bean and EJB. Ans. EJB: Refer Q. 4.2, Page 4-2D, Unit-4. Difference: Refer Q.4.4, Page SQ-15D, Unit-4, TwoMarks Questions b. What are Java Beans ? Why they are used ? Write a JSP pageand use an existingjava bean in JSP page by using the standard action, Write the program with describing the output. Ans. Refer Q. 5.30, Page 5-33D, Unit-5. 7. Attempt any one part of the following : (10 ×1= 10) a. Discuss the different types of standard action tags used in JSP. Discuss the implicit objects available to JSP Ans. Different types of standard action tags : page. Page 5-27D, Unit-5. Refer Q. 5.26, Implicit objects : Refer Q. 5.25, Page 5-26D, Unit-5. b. i. Create a HTML Form for taking input. account number as user ii. Write a servlet program receiving this HTML form data and connect it with the database by using ii. Send the current user account balance JDBC. database back to the user as response. stored a specific in iv. Mention all the assumptions like table name, database field name etc. name, Ans. Refer Q. 5.15, Page 5-17D, Unit-5.