InterviewSolution
Saved Bookmarks
| 1. |
Which of the following action variable is used to include a file in JSP?(a) jsp:setProperty(b) jsp:getProperty(c) jsp:include(d) jsp:pluginThis question was addressed to me during an online exam.This question is from JSP Elements in section Session Management, JSP & API of Java |
|
Answer» RIGHT option is (c) JSP:include Best EXPLANATION: jsp:include action variable is used to include a file in JSP. |
|