Skip to content

第三章 万物皆对象 中 基本类型的存储 int型和long型最大值 #19

@idhuanghui

Description

@idhuanghui

第三章 万物皆对象
基本类型的存储 int型和long型最大值应为 + 2xx -1

基本类型 大小 最小值 最大值 包装类型
int 32 bits - 231 + 231 -1 Integer
long 64 bits - 263 + 263 -1 Long

(int最大值应为+231-1)
(long最大值应为+263-1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions