Friends,
Jus want to know how static variables r stored and accessed.
I believe that static variable will maintain only single copy per application domain.
If so then how does it allow a single static variable to have different values for diff instance.
Cheers,
Murugs.
					Jus want to know how static variables r stored and accessed.
I believe that static variable will maintain only single copy per application domain.
If so then how does it allow a single static variable to have different values for diff instance.
Cheers,
Murugs.
Comment