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 |
what is the difference between doGet() and doPost()?
How we can check in particular page the session will be alive or not
Why is Servlet so popular?
When servlet object is created?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
what is the difference between do get/dopost
What is the difference between the http servlet and generic servlet?
Can a servlet be called by passing its name as a parameter in the URL?
program for RequestDispatcher in servlets?
What methods do you use in servlet - applet communication?
What is the difference between servlet and filter?
request parameter how to find whether a parameter exists in the request object?