JSP Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 313 Page Views: 

How will you communicate from an applet to servlet?



Posted By: Avi Date: 8 November 2010 11:17:58 PM
 Answer:

There are three ways to communicate from an applet to servlet and they are: HTTP Communication (Text-based and object-based) , Socket Communication and RMI Communication


Posted By: avibtech


Date: 8 November 2010 11:17:58 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 1ZAqax
Related Questions
JSP : What is the difference between an applet and a servlet?

What is the difference between an applet and a servlet?

Applets run inside web browsers and must have graphical user interfaces. Servlets run inside a web s....
Category: JSP Date: 11/7/2010 10:56:58 PM
JSP : What is the Servlet Interface?

What is the Servlet Interface?

It is the central abstraction in the Servlet API that All servlets implement it, and that is directl....
Category: JSP Date: 11/7/2010 10:23:56 PM
JSP : How can static files be included within a JSP page?

How can static files be included within a JSP page?

Static resources can be included using the JSP include directive and that is just once during the tr....
Category: JSP Date: 11/7/2010 9:50:56 PM
JSP : How will you pass information from JSP to included JSP?

How will you pass information from JSP to included JSP?

By using <%jsp:param> tag.
Category: JSP Date: 11/7/2010 5:07:57 PM
JSP : What is a Scriptlet?

What is a Scriptlet?

A scriptlet is a tag that can contain any java code that are valid inside a normal java method as li....
Category: JSP Date: 11/7/2010 1:07:56 PM