Is it possible to communicate from an applet to servlet and how many ways and how
Yes, there are three ways to communicate from an applet to servlet and they are: a) HTTP Communication(Text-based and object-based) b) Socket Communication c) RMI Communication. Yes, it is possible to communicate from an applet to a servlet in Java. There are several ways to achieve this communication. Here are a few common methods: URLConnection … Read more