How do I include static files within a jsp page?



How do I include static files within a jsp page?..

Answer / Mohammad Rizwan

To include a static file in a JSP page, you can use the <jsp:include> action or the <%@ include %> directive. Both will allow you to reference your static resources.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

How to send data from jsp to jsp?

1 Answers  


Can a jsp page process html form data?

1 Answers  


What are the advantages of jsp?

1 Answers  


How do I mix jsp and ssi #include?

1 Answers  


what type of question will be asked in the interview in this software field?????///

2 Answers   wbsedcl,


What are jsp el implicit objects and how it’s different from jsp implicit objects?

1 Answers  


What is jsp life cycle?

1 Answers  


Can we use jsp implicit objects in a method defined in jsp declaration?

1 Answers  


What is tld in jsp?

1 Answers  


How can I maintain session in JSP Page in the bases of user name and password:

1 Answers   PUCIT,


How to get session in Jsp other than session object?

3 Answers   TCS,


What is request scope in jsp?

1 Answers  


Categories