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