Can Java Applets Accept Incoming Connections?
831132Jan 13 2011 — edited Jan 18 2011I know after downloading a Java Applet from a server, the applet can only connect to the server where it is download. But what about accepting connections other than the server? Can Applet sit in a loop, listening to connections, and accept connections from outside world?
Thnaks in advance.