Answer Posted / kalyan
<%@ page ......%> --->it is import statement used in jsp.
<%! declaration (intilization) %>
<% Script let code %> ---->it copied into same java
code we enter into the scriptlet code ,it cant change th
code.
<%= Expression code %> ----->it uses a expression code
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain mvc pattern.
What is api in servlet?
What is the difference between context parameter and context attribute?
What is servlet in simple terms?
Define context initialization parameters.
Why do we use sendredirect() method?
What are the phases of servlet life cycle?
What are the life cycle methods of a servlet?
What are the type of protocols used in httpservlet?
What’s the difference between forward() and sendredirect() methods?
Explain get and post.
What is the use of request dispatcher interface?
How to find whether a parameter exists in the request object?
How can we include static files in the jsp page?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?