โช Choose the correct option.
Which three form part of correct array declarations?
- public int a [ ]
- static int [ ] a
- public [ ] int a
- private int a [3]
- private int [3] a [ ]
- public final int [ ] a
Which three form part of correct array declarations?
Which three form part of correct array declarations?