if i have two SEPERATE programs run (aka. different class to the JVM of public class) and they both use a static class/class member will they see the same values or is static just static within a single program running?