I’m extremely new to Java and just wanted to confirm what Double is? Is it similar to Float or Int? Any help would be appreciated. I also sometimes see the uppercase Double and other times the lower case double. If someone could clarify what this means that’d be great!
I’m extremely new to Java and just wanted to confirm what Double is? Is
Share
Double is a wrapper class,
The double data type,
Check each datatype with their ranges : Java’s Primitive Data Types.
Important Note : If you’r thinking to use double for precise values, you need to re-think before using it. Java Traps: double