can i modify the data which are generated by the servlet
Answer Posted / ashok
yes it is possible by writing the expression tag in the
value attribute of the text field
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Tell us something about servletconfig interface.
How is an application exception handling is done using a servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
How can you start a jta transaction from a servlet deployed on jboss?
What's the difference between authentication and authorization?
How would you create deadlock on your servlet?
Define the lifecycle for executing a jsp page.
Which HTTP method is non-idempotent?
What is the use of servlet wrapper classes?
How can you use a servlet to generate a plain text instead of html?
What's the architecture of a servlet package?
Explain the methods of request dispatcher in servlet?
What are the various ways of session supervision in servlets?
How do you define a servlet?
How can we include static files in the jsp page?