How to create a sub array of objects in java? -


i have 1 object array 100 objects. created 1 sub of above mentioned array 10 objects. want remaining 90 objects new array. java code that?

here, can see need help...

object[] original;  object[] rest = arrays.copyofrange(original, 10, 100); 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -