public class S { { String s; try { s = ""; } finally { } System.out.print(s); } }