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
How to read request headers from servlets?
Why are servlets used?
Why HttpServlet class is declared abstract?
List out difference between a JavaBean from a Servlet?
What is the life cycle of a servlet?
How do you define a servlet?
What is the process for chaining servlet?
Is that servlet is pure java object or not?
What is load-on-startup in servlet?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is lazy loading and what is Generic Servlet Class?
Write a program to show the functionality of servlets.
Explain servlet events?
When should you prefer to use doget() over dopost()?
What do you mean by web applications?