Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can an applet communicate with a servlet?

applet Communicate servlet
0
Posted

How can an applet communicate with a servlet?

0

Some classes to look at on the applet side are URL (particularly its getContent method) for simple access, and URLConnection and HttpURLConnection if you need more control over the connection. This article explains how to set and receive cookies when communicating with a web server. It is possible to transfer Java objects through serialization. A simple example is at http://www.frank-buss.de/echoservlet/ An introduction on how to use RMI in applets via HTTP tunneling can be found in this article.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123