0
let's say there is an array of type int called test: int test[] = {4, 5, 6, 7}; Can you guess what this will print out? System.out.println(test.length); Answer: 4
28th Sep 2016, 6:42 PM
Mythos