Suppose I have an int array:
intarray = [2,3,5,7,8,8,9,3...]
how to join the first 5 elements there or others?
for instance, I would have the numbers 23578 or 35788 or 57889...?
I'm trying to do it because I need to compare the numbers with each other
by the way, I'm still looking for great source that keep all docs about java language