What is jsp param?
Answer / Rajesh Kumar Verma
JSP parameter (<%= %> or <%=out.print()%>) are used to display dynamic data within JSP pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by context initialization parameters?
What is the difference between include directive and include action?
What is scriptlet in jsp?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What are the two kinds of comments in jsp and what's the difference between them ?
Is jsp a front end?
What class.forname will do while loading drivers?
What is jsp translation time?
What is jsp scriptlet tag used for?
What are the types of directives in jsp?
how to maintain sessions in jsp?can you tellme the methods.
16 Answers IBM, Scope International, TCS,
Explain the difference between forward and sendredirect?