which method in doGet or doPost is use to send binary date
to server
Answer Posted / srikanth
dopost method is used to send binary date
to server
Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is SingleThreadModel interface?
What are the jobs performed by servlets?
Tell us something about servletconfig interface.
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What's the advantages using servlets than using cgi?
What are the common methods that are included in the http servlet class?
What is preinitialization of a servlet?
Which HTTP method is non-idempotent?
How do you find out what client machine is making a request to your servlet
What is httpservlet and how it is different from genericservlet?
Should I override the service() method?
Explain mvc pattern.
What is generic servlet class?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What is difference between cookies and httpsession?