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 |
How a servlet is unloaded?
How will you pass values from HTML page to the servlet?
What are the different session tracking techniques?
What are setComment and getComment methods in Cookies?
describe all about advanced java with presentation
Difference between forward() method and sendredirect() method ?
Why doesn’t a servlet include main()? How does it work?
What type of protocols are used in HttpServlet?
What are the uses of servlet
Which interface should be implemented by all servlets?
How values can be passed from HTML page to servlet?
What’s the use of the servlet wrapper classes??