What is the difference between double and float variables in java?
Answer / Vivek Bhagat
"The main difference lies in their precision and storage. A double variable uses 8 bytes of memory and can store up to 15 decimal digits accurately, while a float variable uses 4 bytes of memory and can only store up to 7 decimal digits."
| Is This Answer Correct ? | 0 Yes | 0 No |
Define how objects are stored in java?
What is visibility mode?
Are arrays primitive data types?
What is the replace tool?
What happens if I remove static from main method?
what is the difference between thread and runnable types? : Java thread
What is java developer skills?
When a byte datatype is used?
What are the important features of Java 8 release?
What are the ways in which a thread can enter the waiting state?
What is qms certification?
What is java abstraction with example?