在return前执行finally

public class Test {
	public String Test1() {
		String str = "aa ";
		try {
			str = "bb";
			return str;
		} finally {
			str = "yy";
			System.out.println(str);
		}
	}

	public static void main(String[] args) {
		Test t = new Test();
		System.out.println(t.Test1());
	}

}

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

疑问 开心 悲伤 邪恶 惊叹 微笑 脸红 笑 惊讶 惊奇 迷惑 酷 憨笑 生气 阴险 转眼球 眨眼 主意 箭头 中立 哭 大笑