Getting NPE when assigning a value in a array to null | Selenium Forum
M
Posted on 06/12/2015
i have written code in such a way that
i[0][1] = (Integer) null;
but it's throwing me NPE

but i want that 0th row and 1st column should be null value

how can i do that ?

M
Replied on 06/12/2015

Got it i can't assign a null value to integer data type