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
What are the steps that are required to handle the multi-threading?
What are the differences between the servletconfig interface and the servletcontext interface?
What are the exceptions thrown by servlets? Why?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is the disadvantage of cookies?
What if we pass negative value in load-on-startup?
What do you mean by web applications? Explain web application directory arrangement?
Given the request path below, which are context path, servlet path and path info?
How to get the IP address of client in servlet?
What is a web container and what is its responsibility?
What is httpservlet class?
What is URL Encoding?
Difference between forward() method and sendredirect() method ?
How is the get () method different from the post() method?