forked from Snailclimb/JavaGuide-Interview
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from Snailclimb:master #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,622 changes: 1,622 additions & 0 deletions
docs/b-1Java基础.md
Oops, something went wrong.
723 changes: 0 additions & 723 deletions
docs/b-1面试题总结-Java基础.md
Oops, something went wrong.
622 changes: 479 additions & 143 deletions
docs/b-2Java集合.md
Oops, something went wrong.
996 changes: 0 additions & 996 deletions
docs/b-3Java多线程.md
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
docs/b-4jvm.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,20 @@ | ||
| ------ | ||
|
|
||
|
|
||
|
|
||
| ## 2.4. JVM | ||
|
|
||
| 如果你不准备大厂面试的话,JVM 这部分内容其实可以跳过的。 | ||
|
|
||
| 如果你想冲击大厂的话,可以通过我根据《深入理解 Java 虚拟机:JVM 高级特性与最佳实践(第三版》总结的下面这几篇文章来准备面试: | ||
|
|
||
| 1. [Java 内存区域详解](https://javaguide.cn/java/jvm/memory-area.html) | ||
| 2. [JVM 垃圾回收详解](https://javaguide.cn/java/jvm/jvm-garbage-collection.html) | ||
| 3. [类文件结构详解](https://javaguide.cn/java/jvm/class-file-structure.html) | ||
| 4. [类加载过程详解](https://javaguide.cn/java/jvm/class-loading-process.html) | ||
| 5. [类加载器详解](https://javaguide.cn/java/jvm/classloader.html) | ||
|
|
||
| 由于篇幅问题,这里就不放 JVM 部分的常见面试题了。 | ||
|
|
||
|
|
||
|
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.