A new attribute BYTE of the Double class in JAVA1.8 is used to indicate the size of bytes used

    /**
     * The number of bytes used to represent a {@code double} value.
     *
     * @since 1.8
     */
    public static final int BYTES = SIZE / Byte.SIZE;

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325653132&siteId=291194637