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


Please Help Members By Posting Answers For Below Questions

What is setattribute in servlet?

738


What do you mean by annotations in servlet?

767


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?

975


What is servlet and its types?

757


What are the advantages of Servlet over CGI?

846


What are life cycle methods of a servlet?

763


Why don't we write a constructor in a servlet?

774


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

763


If a servlet is not properly initialized, what exception may be thrown?

840


What is the type of method for sending request from http server?

772


Is servlet a server side scripting language?

786


What is a servlet-to-servlet communcation?

837


What’s the difference between forward() and sendredirect() methods?

759


Describe in brief RequestDespatcher?

799


Explain get and post.

841