Programming Tutorials

Comment on Tutorial - How to use ArrayList in Java By Hong



Comment Added by : aun

Comment Added at : 2011-11-18 06:47:56

Comment on Tutorial : How to use ArrayList in Java By Hong
hi ,
i am a beginner in java. please tell me what is the purpose of using "integer " in the statement below
sum += ((Integer) ia[i]).intValue();


View Tutorial