Skip to content

Commit 5e95ff1

Browse files
committed
模拟变量在内存的布局
1 parent 714ee79 commit 5e95ff1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/**
2+
* @program JavaBooks
3+
* @description: 模拟变量在内存的布局
4+
* @author: mf
5+
* @create: 2020/03/20 13:30
6+
*/
7+
8+
package com.type;
9+
10+
public class IntegerTest {
11+
int value = 1;
12+
String s = "买";
13+
int a = 257;
14+
}

0 commit comments

Comments
 (0)