As I heard, if the
servlet container is clustered, then requests will be handled by different servers in the cluster. Also, in such a situation, each JVM (server) will have its own servlet. If that is so, what happens to the object references made by the servlet? For example, if the servlet object refers to a particular object, which should be updated at each request, what will happen?