0
Couldn't understand the part explained in box at the bottom
we cannot use integer or something..
1 Resposta
+ 1
It means you cannot use simple integer object notation. You have to use Integer for int. And Double for double. Like wise with full name, because it store object and int is not class type but Integer is. Hope it help