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 happens, if server sends a cookie to a browser that doesn't supports cookies?

2 Answers  


What do you mean by request dispatcher in servlet? Also explain its methods.

0 Answers  


How many ways to remove the session object in the container

6 Answers   Bosch,


What is called a session?

0 Answers  


can i override service method

3 Answers   Intelligroup,






What are some advantages of storing session state in cookies?

0 Answers  


How do I support both get and post from the same servlet?

0 Answers  


What are the common methods that are included in the http servlet class?

0 Answers  


What is the use of attribute in servlets?

0 Answers  


What are different types of SessionTracking?

2 Answers  


Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.

4 Answers  


What is the use of servlet wrapper classes?

0 Answers  


Categories