// An array doesn't have methods class Main { Object[] array; void main() { array.go(); } }