What is the capacity that doGet method can send to the
server?

Answers were Sorted based on User's Feedback



What is the capacity that doGet method can send to the server?..

Answer / muralisankar

255 characters.

Is This Answer Correct ?    12 Yes 0 No

What is the capacity that doGet method can send to the server?..

Answer / vikra,m

255

Is This Answer Correct ?    3 Yes 0 No

What is the capacity that doGet method can send to the server?..

Answer / shakir

Query length is limited to 260 characters.

Is This Answer Correct ?    3 Yes 2 No

What is the capacity that doGet method can send to the server?..

Answer / giridhar gangapatnam

doGet() method can send upto 256 characters to the server

Is This Answer Correct ?    1 Yes 0 No

What is the capacity that doGet method can send to the server?..

Answer / amitasite

1024 bytes. but depends on Container implementation

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Servlets Interview Questions

Is it possible to send a mail from a servlet? Explain?

4 Answers  


Is dispatcher servlet a singleton?

0 Answers  


In which cases Destroy() is invoked?

2 Answers  


What is meant by a web application

0 Answers  


In jsp custom tags from child tags to how many levels of parent tags you can acess

1 Answers   Bosch,






What is the use of httpservletresponsewrapper?

0 Answers  


How servlets are deployed in java?

0 Answers  


Can we get PrintWriter and ServletOutputStream both in a servlet?

0 Answers  


Which interface should be implemented by all servlets?

0 Answers  


Can you explain in detail 'javax.servlet' package?

0 Answers  


Why doesn’t a servlet include main()? How does it work?

0 Answers  


why are extending GenericServlet and why are extending HttpServlet explain?

7 Answers  


Categories