You are here: irt.org | FAQ | Java | Q4061 [ previous next ]
A simple applet once loaded looses the communication with the server from which the class file is being downloaded. When you applet needs to repeatedly retrieve the information from the server side text file then you need to adopt the client/server technology.
This you can achieved using:
This just means that the program on the server side from where the class (the applet is loaded) has to serve the information needed by the applet from time to time or as requested.