What is the capacity that doGet method can send to the
server?
Answers were Sorted based on User's Feedback
doGet() method can send upto 256 characters to the server
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / amitasite
1024 bytes. but depends on Container implementation
| Is This Answer Correct ? | 0 Yes | 1 No |
Name the packages that work with servlet?
What is the difference between servlet config and servlet context.
19 Answers TCS, Tech Mahindra, Vertex,
What is the capacity the doget can send to the server?
Why doesn’t a servlet include main()?
How do you load an image in a Servlet?
Why do we need servlet filter?
What is connection pooling?
Can we override servlet service method?
What is a web application and what is it’s directory structure?
How can we refresh automatically when new data has entered the database?
how do you maintain sessions in servlets?
can i modify the data which are generated by the servlet