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 servletconfig?
Why do we use sendredirect() method?
What is the process for chaining servlet?
Define context initialization parameters.
What is the inter-servlet communication?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
what is servlet chaining?
What is the difference between forward () and sendredirect () functions in servlet? Explain
Which is better jsp or servlet?
How can we invoke another servlet in a different application?
What are life cycle methods of a servlet?
Is servlet thread safe?
Explain how to improve Servlet Performance?
How we can get ip address of client in servlet?
How the typical servlet code look like ?