Long « bigdecimal « Java Data Type Q&A





1. how can i cast Long to BigDecimal    stackoverflow.com

hi can any tell me how to cast Long to BigDecimal thanks In Advance

4. How to validate max and min of Long and BigDecimal data type    forums.oracle.com

My idea is, before we can compare them with the max value, we need to store in a bigger container for number, since long and bigdecimal may be the largest for integer and floating point value, hence we need to find some alternative ways for doing this: 1)One way I can think of is store it in the string and compare ...