What is jsp param?



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

Post New Answer

More JSP Interview Questions

What do you mean by context initialization parameters?

1 Answers  


What is the difference between include directive and include action?

1 Answers  


What is scriptlet in jsp?

1 Answers  


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?

1 Answers  


What are the two kinds of comments in jsp and what's the difference between them ?

1 Answers  


Is jsp a front end?

1 Answers  


What class.forname will do while loading drivers?

1 Answers  


What is jsp translation time?

1 Answers  


What is jsp scriptlet tag used for?

1 Answers  


What are the types of directives in jsp?

1 Answers  


how to maintain sessions in jsp?can you tellme the methods.

16 Answers   IBM, Scope International, TCS,


Explain the difference between forward and sendredirect?

1 Answers  


Categories