can i modify the data which are generated by the servlet
Answers were Sorted based on User's Feedback
Answer / 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 |
How do you pass the data from one servlet to another servlet?
What do you mean by web applications?
How can you push data from an Applet to a Servlet?
Which event is fired at the time of project deployment and undeployment?
What is the need of servlet filters?
What is the servletconfig object?
What are the new features added to servlet 2.5?
What do you mean by web applications? Explain web application directory arrangement?
Why doesn’t a servlet include main()?
What is the difference between Difference between doGet() and doPost()?
Explain the methods in Generic and HTTP Servlets?
Can we use the constructor, instead of init(), to initialize servlet?