What is the difference between Get and Post Method?
Answer Posted / ravikiran.chd
Get is used to get the resouces from the server
post is the one which will post the content in the body of
the request
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is the difference between forward () and sendredirect () functions in servlet? Explain
Explain the steps involved in placing a servlet within a package?
Explain request dispatcher and its methods.
Which java framework is most popular?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
How to upload a file to the server using servlet?
Can filter be used as request or response?
What is URL Encoding?
What is a servlet-to-servlet communcation?
Explain the differences between jsp and servlet.
How do you deal property files in servlet?
What is the difference in between the httpservlet and generic servlet?
Why the concept of single thread model interface is used?
What is session?
Describe some assignments that are executed by servlet container?