Answer Posted / kishore
doGet method will append data to URL while transferring
data to the server.
doPost method will not append data. It is considered to be
secured. The data will be inside the body of request and
response.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
How to generate the server side programming and the advantages of it over the other languages?
What is the need of session tracking in web application?
What is meant by cookies?
What are different ways for servlet authentication?
Which java framework is most popular?
What is the difference between forward () and sendredirect () functions in servlet? Explain
Explain servlet events?
Can servlet have a constructor ?
What are the functions of Servlet container?
What is a servlet-to-servlet communcation?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How do you define a servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What do you mean by a filter and how does it work?
Can we override servlet service method?