How values can be passed from HTML page to servlet?
Answer Posted / venkat
Using QueryString
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the different ways we can maintain state between requests?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is servlet lazy loading?
What are the differences between servlet context vs servlet config?
What is called a session?
what is servlet chaining?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What is the default http method in the servlet?
Describe the phases of servlet lifecycle?
What is the difference between servlet and jsp?
What are session variable in servlets?
How can we upload the file to the server using servlet?
Explain session tracking and its importance?
What is the directory structure of a war file?