0
0

More than 5 years have passed since last update.

Java基本データ型と参照型メモリについて

Last updated at Posted at 2019-06-07

今回は、基本データ型と参照型メモリについて勉強しました!
1基本データ型とは?
(boolean,byte,char,short,int,float,long,double)8種類

基本データ型.png

2参照型とは?
(String,配列,class)上記の8種類以外
少しややこしいです。

参照型.png

このような形になります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0