Explain in detail about applet to servlet communication?
Answer Posted / niranjanravi
an applet to serv;let communication takes place in
following ways
1.HTTP Communication
2.Socket Communication
3.RMI Communiocation
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Why the concept of single thread model interface is used?
Explain servlet.
What are the phases of a servlet life cycle?
Difference between java beans & servlets?
What is difference between cookies and httpsession?
How many objects of a servlet is created?
Differentiate between get and post?
Whats the advantages using servlets over using CGI?
When to use doget() and when dopost()?
List out the difference between ServletConfig and ServletContext?
Which method of the httpservletrequest object is used?
What is servlet api used for conneting database?
Why is httpservlet declared abstract?
Who is responsible to create the object of servlet?
What is preinitialization of a servlet?