Hi. I need some help!
I am calling an applet class 2 times in a browser.To share some variable i have declared as private static. But when i call these applets are called in different browsers , still these variables are shared. I want the applets in one browser to be independent of the other applets in a separate browser. Can anyone help me to solve this problem?
Is it possible to use something like session variables? I'm stuck
Thanks in advance to all the solutions...