Java学习----不变的常量

byte: -128~+127

short

int:129

long

float:1.5f  (1.5被系统默认为double)

double:4.5d

char:'s'  '1'

boolean:true false

字符串常量:"hello world"

原文地址:https://www.cnblogs.com/dragon1013/p/5029366.html