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 |
What is a web application and what is it’s directory structure?
How to generate the server side programming and the advantages of it over the other languages?
How can you use a servlet to generate a plain text instead of html?
What are different methods of session management in servlets?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
What type of protocols are used in HttpServlet?
What is SingleThreadModel interface?
Which application server is best for java?
How we can check in particular page the session will be alive or not
Define the life cycle of a servlets.
How can you push data from an Applet to a Servlet?
What do you mean by web applications?