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
Is java servlet still used?
Explain the role of dispatcherservlet and contextloaderlistener.
What do you mean by cgi in servlet?
Write a program to show the functionality of doget and dopost method?
What is the difference between servlet and jsp?
What is the difference between servlet and filter?
What do you mean by servlet context?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
How do you create a cookie using servlet?
What are the differences between servlet context vs servlet config?
How can the session in servlet be destroyed?
How do you get the ip address of the client in servlet?
Can we fetch the attributes related to a servlet on a different servlet?
What are advantages of servlets over cgi?
What is the difference between 2 types of servlets?