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 is setattribute in servlet?
What do you mean by annotations in servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is servlet and its types?
What are the advantages of Servlet over CGI?
What are life cycle methods of a servlet?
Why don't we write a constructor in a servlet?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
If a servlet is not properly initialized, what exception may be thrown?
What is the type of method for sending request from http server?
Is servlet a server side scripting language?
What is a servlet-to-servlet communcation?
What’s the difference between forward() and sendredirect() methods?
Describe in brief RequestDespatcher?
Explain get and post.