This time, I learned about basic data types and reference type memory! ** 1 What is a basic data type? ** ** (Boolean, byte, char, short, int, float, long, double) 8 types
** 2 What is a reference type? ** ** (String, array, class) Other than the above 8 types It's a little confusing.
It looks like this.
Recommended Posts