Width in bits of double primitive type in Java is

rengaraj

rengaraj

@rengaraj-89Rrct Oct 25, 2024
Sir / madam,
My question is

The width in bits of double primitive type in Java is --. Select the one correct answer.

a. The width of double is platform dependent
b. 64
c. 128
d. 8

Advance Thanks,
R.Rengaraj
{Java Certification Quiz}
{On this forum my 20th Question.}

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • sarveshgupta

    sarveshgupta

    @sarveshgupta-txtmu5 Dec 5, 2009

    It is 64 bits with a range of -2^63 to 2^63 - 1

    that is answer is b. 64

    Am I correct?
  • Mahesh Dahale

    Mahesh Dahale

    @mahesh-E2tZ3t Dec 5, 2009

    sarveshgupta
    It is 64 bits with a range of -2^63 to 2^63 - 1

    that is answer is b. 64

    Am I correct?
    yes you are correct !!!
  • rengaraj

    rengaraj

    @rengaraj-89Rrct Dec 5, 2009

    Sir,
    Thanks for your reply.
    R.Rengaraj