Java Shot #4: Writing readable long numbers in Java
If you are someone who works with Long numbers and BigIntegers, then you can make use of these two tricks to make these Long and BigIntegers more readable.
If you are someone who works with Long numbers and BigIntegers, then you can make use of these two tricks to make these Long and BigIntegers more readable.
l
and use upper case L
to represent a Long value. _
in numbers in Java?