Question: Java Server Page (JSP) is a server-side programming technology that enables the creation of dynamic, platform-independent method for building Web-based applications. (a) Refer to the
| Java Server Page (JSP) is a server-side programming technology that enables the creation of dynamic, platform-independent method for building Web-based applications.
(a) Refer to the Hypertext Markup Language (HTML) form in Figure 3 below: Write a JSP page to calculate and display the factorial value based on the integer value given through the form above. The JSP page should notify the user if a negative value is provided. (10 marks) (b) Refer to the Hypertext Markup Language (HTML) form in Figure 4 below: Write a JSP page to handle the request from the client based on the given HTML form above. The JSP page will display the given text in lower cases, upper cases, and followed by the total characters and words in the text. Lastly, display each word from the text in an individual row. (15 marks) |
| [25 Mark] |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
