Which statement is true about passing arrays to a method?
1) Arrays can be passed to a method by value
2) Arrays can be passed to a method by reference
3) Arrays cannot be passed to a method
4) Arrays can only be passed to a method if they are of a specific data type

Q&A Education