Skip to content

Commit

Permalink
修改部分内容
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Aug 23, 2018
1 parent 5fccff2 commit 99e1a70
Showing 1 changed file with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@




## 写在前面(常见面试题)

- 介绍下 Java 内存区域(运行时数据区)。
- Java 对象的创建过程(五步,建议能默写出来并且要知道每一步虚拟机做了什么)
- 对象的访问定位的两种方式(句柄和直接指针两种方式)
### 基本问题:

- **介绍下 Java 内存区域(运行时数据区)**
- **Java 对象的创建过程(五步,建议能默写出来并且要知道每一步虚拟机做了什么)**
- **对象的访问定位的两种方式(句柄和直接指针两种方式)**

### 拓展问题:

- **String类和常量池**
- **8种基本类型的包装类和常量池**




Expand Down

0 comments on commit 99e1a70

Please sign in to comment.