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 is called servlet container?
Whether we can get deadlock situation in servlets?
What are life cycle methods of a servlet?
How to create war file?
Given the request path below, which are context path, servlet path and path info?
Can servlet have a constructor ?
What is the use of servlet context?
Why servlet is faster than jsp?
What is difference between PrintWriter and ServletOutputStream?
How many objects of a servlet is created?
Explain the jar and war files in servlet?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are session variable in servlets?
Which HTTP method is non-idempotent?
What methodology can be followed to store more number of objects in a remote server?