Answer Posted / baskar
The doGet we can send limited data’s only 0 to 255
characters but doGet we can pass unlimited datas
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Why doesn’t a servlet include main()?
How to get the current httpsession object?
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?
How to upload a file to the server using servlet?
How will you pass values from HTML page to the servlet?
What exactly is a servlet?
How do you deal property files in servlet?
Why is a constructor needed in a servlet even if we use the init method?
Can we use threads in Servlets?
How to read request headers from servlets?
Why the concept of single thread model interface is used?
What do you mean by httpservlet and how it is different from the genericservlet?
How to get the server information in a servlet?
How to notify an object in session when session is invalidated or timed-out?
What is the dispatcher servlet?