"Komatineni, Satya" wrote:
> Take the scenario where multiple web applications are running under the same
> JVM. Each of these web applications will have their own class loader and
> servlet contexts.
>
> Can they share/use the same utility jar file?
> what if the jar file has statics?
>
> For ex
Take the scenario where multiple web applications are running under the same
JVM. Each of these web applications will have their own class loader and
servlet contexts.
Can they share/use the same utility jar file?
what if the jar file has statics?
For example:
class A
{
public static St