1l为长,1f为浮点,1d为双,什么字节? [英] 1l for long, 1f for float, 1d for double, what about byte?

查看:311
本文介绍了1l为长,1f为浮点,1d为双,什么字节?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

1l for long,1f for float,1d for double,what about byte?

1l for long, 1f for float, 1d for double, what about byte?

long l = 1l;
float f = 1f;
double d = 1d;
// byte b = 1?;

byte 是否存在?

推荐答案

不,没有后缀可以附加到数字文字,使其成为 byte

No, there is no suffix you can append to a numeric literal to make it a byte.

请参阅 3.10文字在Java语言规范中。

See 3.10 Literals in the Java Language Specification.

这篇关于1l为长,1f为浮点,1d为双,什么字节?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆