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 are the important functions of filters?

0 Answers  


Life Cycle of servlets?

4 Answers   3i Infotech,


Where do you define dispatcherservlet?

0 Answers  


What are the uses of servlet and what is servlet chaining?

0 Answers  


Which event is fired at the time of session creation and destroy?

0 Answers  






What is difference between cookies and httpsession?

0 Answers  


How to generate the server side programming and the advantages of it over the other languages?

0 Answers  


How can you start a jta transaction from a servlet deployed on jboss?

0 Answers  


Explain life cycle of a Servlet?

2 Answers  


Which httpsession object is used to view and manipulate information about a session?

0 Answers  


The code in a finally clause will never fail to execute, right?

0 Answers  


What do you mean by interservlet communication?

0 Answers  


Categories