how the jsp file is compiled?
Answer Posted / java mani
By using .jsp,we can compile in java, but it will executed
in servlet
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All 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?
What is the use of?
Can we use jstl in html?
What do you mean by custom tag in jsp?
What are the life-cycle methods for a jsp?
What are the advantages of jsp over servlet?
What are the different directives in jsp?
What is c tag in jsp?
What are jsp declarations?
When does a container initialize multiple jsp objects?
What is the purpose of
What is a expression?
What is expression language injection?
What is client scripting?
What class.forname will do while loading drivers?