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
Explain the difference between generic servlet and http servlet?
What are the different methods of session management in servlets?
How can a servlet be used to generate plain text instead of html?
What do you mean by request dispatcher in servlet?
What is the difference between get and post methods?
What is the purpose of inter-servlet communication?
Can we use the constructor, instead of init(), to initialize servlet?
What are the differences between servlet context vs servlet config?
Given the request path below, which are context path, servlet path and path info?
How can we achieve transport layer security for our web application?
How would you create deadlock on your servlet?
Elucidate servlet attributes and its scope?
Why do we have servlet filters?
How many servlet objects are created?
What is http servlet? Explain with the help of an example.