Thanks and Regards
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch Getting someone to think and try something out is much more useful than just telling them the answer.
Rob Mech, SCJP 1.5<br /><a href="http://www.robsprogrammingjunk.com/" target="_blank" rel="nofollow">http://www.robsprogrammingjunk.com/</a>
for (int number : someNumbers) Does this mean that someNumbers should always be an array. Can it be a collection of some type? If yes, then what should be 'number' here?
cmbhatt
Originally posted by Satya Maheshwari: Barry can you please explain what does this do: HashMap<?, Integer> Is this some new feature? [ May 10, 2007: Message edited by: Satya Maheshwari ]