How many bits is a double?



How many bits is a double?..

Answer / Shailendera Pratap Singh

A double in Java occupies 64 bits (8 bytes) of memory. It can represent numbers with up to 15 significant digits and can handle floating-point numbers as small as 2^-1074 and as large as 2^3801.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

when should you use stringbuilder class in a program?

1 Answers  


can we write program without class

6 Answers   TCS,


What is import java util arraylist?

1 Answers  


What are the parts of a method?

1 Answers  


Why main function is static?

1 Answers   MCN Solutions,


What is a Transient Object?

1 Answers   InfoAxon Technologies,


Define jit compiler?

1 Answers  


What does sprintf return?

1 Answers  


Why is java called java?

1 Answers  


Write a method that will remove given character from the string?

1 Answers  


What do you understand by overloading and overriding in java?

1 Answers  


What is difference between classpath and path variables in java?

1 Answers  


Categories