How can you include the results of another page?



How can you include the results of another page?..

Answer / Anshul

In JSP, you can include the results of another page using the <%@ include %> tag. Here is a sample code:n`n<%@ include file="header.jsp" %>n<html>n<body>n<!-- Your content here -->n</body>n</html>n`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

Explain static method?

1 Answers  


What is jsp exception?

1 Answers  


How can information from one JSP be passed to another JSP?

1 Answers  


What is contextpath in jsp?

1 Answers  


Where is jsp used?

1 Answers  


Hi, I've applied for HPCL(Information System Officer)& UIIC (A).Plz send me previous/sample papers and any suggestions regarding this exam.Please advice me good study material or related links. Thanks in advance shyam shyamprasad71@gmail.com

1 Answers  


What is session management in jsp?

1 Answers  


How can I override the jspinit() and jspdestroy() methods within a jsp page?

1 Answers  


Explain JSP directives.

1 Answers  


What do jsp literals consist of?

1 Answers  


What is jsp in html?

1 Answers  


How many tags are provided in jstl?

1 Answers  


Categories