What is jsp include tag?
Answer / Rohit Pant
The JSP include tag allows you to include another JSP file or a resource in the current JSP page. It can be either a static HTML file, a Java class, or another JSP file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Give the use of exception object.
Is jsp server side scripting language?
How to disable session in jsp?
Can you use javascript in jsp?
What are the literals used in jsp?
What is a jsp and what is it used for?
What is tld in jsp?
What is the use of jsp implicit objects?
Can you override jspinit() method? If yes, in which cases?
Is jsp technology extensible?
Why do we need servlets and jsp?
How we can use javascript with jsp pages?