栈区存放(大小固定):基本数据类型的数据以及引用数据类型在堆中的地址(数据类型:int byte long short double float 非数据类型:boolean,char)
堆区存放(大小可变):引用数据类型:如string