which method in doGet or doPost is use to send binary date
to server
Answers were Sorted based on User's Feedback
Answer / srikanth
dopost method is used to send binary date
to server
| Is This Answer Correct ? | 15 Yes | 3 No |
How do you find out what client machine is making a request to your servlet
Can you send an authentication error from a servlet?
How do you run a servlet?
What is httpservlet class?
List some life cycle methods of a servlet.
Explain jsessionid and when is it created?
Write a command to get actual path of a servlet to the server?
Which method of the httpservletrequest object is used?
How to make sure a servlet is loaded at the application startup?
What do you mean by request dispatcher in servlet?
What is the need of session tracking in HttpServlet ?
What is the process for chaining servlet?