Java 中存储布尔值需要多少字节?

发布于 2024-12-11 22:23:11 字数 399 浏览 0 评论 0原文

可能的重复:
java 中布尔变量的大小是多少?< /a>
Java - 布尔基元类型 - 大小

布尔值是单开闭,可以以一位表示。然而,我读到,一种语言通常会使用更多字节,以便更有效地访问它们。

Java中具体的字节数是多少?

Possible Duplicate:
What is the size of a boolean variable in java?
Java - boolean primitive type - size

A boolean value is a single-on off and could be represented in one bit. However, I have read that a language often uses more bytes are them to be accessed more efficiently.

What is the specific number of bytes in Java?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

慈悲佛祖 2024-12-18 22:23:11

Oracle 在此处提供了数据类型和大小的完整列表:
http://download.oracle.com/javase/tutorial/java/ nutsandbolts/datatypes.html

不幸的是,该页面指出:

此数据类型代表一位信息,但其“大小”不是
精确定义的东西。

这个答案似乎提供了为什么大小没有精确定义的原因。

Oracle has a complete list of the data-types and sizes here:
http://download.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html

Unfortunately, that page states:

This data type represents one bit of information, but its "size" isn't
something that's precisely defined.

This answer seems to provide the reasoning of why the size isn't precisely defined.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文