I have an array of Integers in Java, I would like use only a part of it. I know in Python you can do something like this array[index:] and it returns the array from the index. Is something like this possible in Java.

9 Answers
9

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *