Which of the following is the correct format of writing an-06015
Which of the following is the correct format of writing an include directive in JSP?
This multiple choice question (MCQ) is related to the book/course vu cs506 Web Design and Development. It can also be found in vu cs506 Final Term - Quiz No.4.
Which of the following is the correct format of writing an include directive in JSP?
<%! include {attribute="val"} %>
<%@ include {attribute="val"}%>
<%# include {attribute="val"} %>
<%$ include {attribute="val"} %>