finding last element in array java code example Example: get last element of array java firstNum = numbers[0]; lastNum = numbers[numbers.length-1];