InterviewSolution
Saved Bookmarks
| 1. |
Which tag should be used to pass information from JSP to included JSP?(a) Using tag(b) Using tag(c) Using tag(d) Using tagThis question was addressed to me in an interview for job.The above asked question is from JSP in division Session Management, JSP & API of Java |
|
Answer» The correct OPTION is (a) Using <%jsp:PAGE> tag |
|