当前位置:网站首页>Basic data type

Basic data type

2022-06-24 23:21:00 Programmer Jiuan

Basic data type

	 Integer type :int 4 Bytes     short 2 Bytes      byte 1 Bytes     long 8 Bytes 
	 floating-point :float  4 Bytes    double 8 Bytes 
	 Boolean type :boolean 1 Bytes   false representative 0 true representative 1
	 Character :char 2 Bytes 

Reference data type

character string :string

原网站

版权声明
本文为[Programmer Jiuan]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/175/202206241745464706.html