Can A BigDecimal Be Null?
Can A BigDecimal Be Null? You either never allow null values in database, application or view and initialize everything with new BigDecimal(0) or perform null checks on every usage for nullable values. How do you do null check for BigDecimal? You need a check for null values before the comparison. You may use this function