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 exactly is a servlet?
What are the various ways of session supervision in servlets?
Why do we have servlet filters?
What are the servlet events?
How httpservlet is different from the genericservlet?
When should you prefer to use doget() over dopost()?
Is servlet a framework?
Difference between GET and POST?
What are the drawbacks of cgi?
Difference between httpservlet and generic servlets?
Can we fetch the attributes related to a servlet on a different servlet?
explain the advantages of servlet life cycle?
How is an application exception handling is done using a servlet?
What do you mean by chaining in servlet?
What is the