Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
Cannot cast from Long to int
// to Integer ii from Long nn
ii = nn.intValue();
row1.SALARY != null ? new BigDecimal(row1.SALARY) : null