Which of the following is the correct format of writing a page-06022
Which of the following is the correct format of writing a page 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.5.
Which of the following is the correct format of writing a page directive in JSP?
<%! Page{attribte="val"} %>
<%@ Page{attribte="val"} %>
<%# Page{attribte="val"} %>
<%$ Page{attribte="val"} %>