1 2 3 4 5 6 7
public class PR16923 { public static void printIt () { System.out.println (System.getProperty ("PR16923")); } }