i
j
i = j;
Integer j = null;int i;i = j;??
Quite right. Any other boxed primitive/primitive pair would work just as well.
Post a Comment
2 comments:
Integer j = null;
int i;
i = j;
??
Quite right. Any other boxed primitive/primitive pair would work just as well.
Post a Comment