display the given input
WAP to display the given input
` SHOWDATA.jsp
JSP page
WAP to display the given input<% pname1=(String)request.getParameter("pname1");
pname2=(String)request.getParameter(“pname2”);
%>
company is
with following products
Owner of the comp-any is:
SAVEDATA.jsp
jsp page
HELLO WORLD!
company Name
owner name
INDEX.jsp
jsp page
WAP to display the given inputcompany Name
owner name
Output-
Form Window

Product Window
