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 |
when should you use stringbuilder class in a program?
can we write program without class
What is import java util arraylist?
What are the parts of a method?
Why main function is static?
What is a Transient Object?
1 Answers InfoAxon Technologies,
Define jit compiler?
What does sprintf return?
Why is java called java?
Write a method that will remove given character from the string?
What do you understand by overloading and overriding in java?
What is difference between classpath and path variables in java?