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

What is a servlet context object?

0 Answers  


Explain the difference between GET and POST methods?

6 Answers  


How does tomcat servlet container work?

0 Answers  


How httpservlet is different from the genericservlet?

0 Answers  


Tell the new features added in servletrequest interface i.e. Servlet 2.4

0 Answers  






How are filters?

0 Answers  


How would you create deadlock on your servlet?

0 Answers  


What is Generic Servlet and how it is different from Http Servlet?

5 Answers   Wipro,


Differentiate between the web server and application server?

0 Answers  


What is Request Dispatcher?

1 Answers  


How do you deal property files in servlet?

0 Answers  


what is the difference between do get/dopost

9 Answers  


Categories