What is jsp include tag?



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

Post New Answer

More JSP Interview Questions

Give the use of exception object.

1 Answers  


Is jsp server side scripting language?

1 Answers  


How to disable session in jsp?

1 Answers  


Can you use javascript in jsp?

1 Answers  


What are the literals used in jsp?

1 Answers  


What is a jsp and what is it used for?

1 Answers  


What is tld in jsp?

1 Answers  


What is the use of jsp implicit objects?

1 Answers  


Can you override jspinit() method? If yes, in which cases?

1 Answers  


Is jsp technology extensible?

1 Answers  


Why do we need servlets and jsp?

1 Answers  


How we can use javascript with jsp pages?

1 Answers  


Categories