ListIterator in java weird output | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

ListIterator in java weird output

When iterate through my linkedlist in java it gives output something like: package@63892s68 It does'nt return the values inside of the list Checked my iterator it seems alright

25th Nov 2017, 7:43 PM
Sufiyaan Rajput
Sufiyaan Rajput - avatar
1 Answer
0
Thanks ace , figured it out, it was a reference to the object...
26th Nov 2017, 9:47 AM
Sufiyaan Rajput
Sufiyaan Rajput - avatar