⑴ java中的基本数据类型有哪些
基本数据类型: 数值型: 整数:字节(byte),短整(short),整型(int),长整(long) 非整数:浮点(float),双浮点(double) 非数值:字符(char),布尔类型(booleam),无返回值(void)