¡@

Home 

java Programming Glossary: dummy.property

Scope of the Java System Properties

http://stackoverflow.com/questions/908903/scope-of-the-java-system-properties

T1 public static void main String s System.setProperty dummy.property 42 Keep printing value of dummy.property forever. while true.. dummy.property 42 Keep printing value of dummy.property forever. while true System.out.println System.getProperty dummy.property.. forever. while true System.out.println System.getProperty dummy.property try Thread.sleep 500 catch Exception e class T2 public static..