From b21fc29c3ef7584d72a7e4688ff2aea048de62fc Mon Sep 17 00:00:00 2001 From: SnailClimb Date: Tue, 26 Mar 2019 20:20:41 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20=E9=93=BE=E6=8E=A5=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/java/Java基础知识.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java/Java基础知识.md b/docs/java/Java基础知识.md index cf6255b0..76c5ad88 100644 --- a/docs/java/Java基础知识.md +++ b/docs/java/Java基础知识.md @@ -356,7 +356,7 @@ hashCode() 的作用是获取哈希码,也称为散列码;它实际上是返 ## 28. 为什么Java中只有值传递 - [为什么Java中只有值传递?](https://github.com/Snailclimb/JavaGuide/blob/master/EssentialContentForInterview/MostCommonJavaInterviewQuestions/%E7%AC%AC%E4%B8%80%E5%91%A8%EF%BC%882018-8-7%EF%BC%89.md) + [为什么Java中只有值传递?](https://github.com/Snailclimb/JavaGuide/blob/master/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/%E7%AC%AC%E4%B8%80%E5%91%A8%EF%BC%882018-8-7%EF%BC%89.md) ## 29. 简述线程,程序,进程的基本概念.以及他们之间关系是什么?