javaの基本的なタイプは何ですか?デフォルトは何ですか?


          ,    char,    boolean      byte、short、int、long、float、double。             byte、short、int、long      float、double。
                    
boolean            false
char               ‘\u0000’ (null)
byte               (byte)0
short              (short)0
int                 0
long                0L
float               0.0f
double              0.0d