1 |
A web server may call the applet's service method for more than one request at a time by creating multiple threads.
|
2 | If your service method uses outside resources, such as instance data from the servlet object, files, or databases, you must carefully consider what might happen under multiple calls to the service method, and use synchronization where appropriate. |