What methods do we use in Servlet to Applet communication?
Answer Posted / ranjith
Http socket Communication
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what do you understand by url rewriting?
What is servlet lazy loading?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
How to upload a file to the server using servlet?
What is the major difference between servlet and applet?
How the typical servlet code look like ?
Explain the servlet filter.
Differentiate between get and post?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
How the JSP file will be executed on the Server side?
If servlet receives multiple requests, how many objects will it create?
Who is responsible for writing a constructor?
Can we use the constructor, instead of init(), to initialize servlet?
What is the difference between get and post methods?
Explain the difference between a web server and a web container?