From 2bc5c23c90df118c7e79f67ebe365feeb8ceffde Mon Sep 17 00:00:00 2001 From: 4Aiur Date: Mon, 8 Apr 2019 16:21:56 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E7=AC=AC=E4=B8=80=E5=91=A8=EF=BC=8820?= =?UTF-8?q?18-8-7=EF=BC=89.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MostCommonJavaInterviewQuestions/第一周(2018-8-7).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md b/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md index 6330e3e4..a82c657b 100644 --- a/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md +++ b/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md @@ -139,7 +139,7 @@ Java程序设计语言对对象采用的不是引用调用,实际上,对象 下面再总结一下Java中方法参数的使用情况: -- 一个方法不能修改一个基本数据类型的参数(即数值型或布尔型) +- 一个方法不能修改一个基本数据类型的参数(即数值型或布尔型)。 - 一个方法可以改变一个对象参数的状态。 - 一个方法不能让对象参数引用一个新的对象。