What is the difference between Get and Post Method?

Answer Posted / manu

in Get method,data is passed in urlpattern i.e can be seen
everyone
in post method data is passed with in method body.

Is This Answer Correct ?    35 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we have servlet wrapper classes?

588


request parameter how to find whether a parameter exists in the request object?

585


What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?

608


Explain the steps involved in placing a servlet within a package?

576


When Servlet is unloaded?

641






What's the difference between servlets and applets?

575


How to make sure a servlet is loaded at the application startup?

562


Which interface should be implemented by all servlets?

708


What is the directory structure of a war file?

719


Write a servlet to upload file on server.

611


Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!

1844


What are the life cycle methods of a servlet?

603


Elucidate servlet attributes and its scope?

579


What are the phases of the servlet life cycle?

620


what is servlet chaining?

633