0 By Nithya Vasudevan In ArraysPosted October 17, 2016Passing arrays to methodsIn Java, Arrays are Objects. Hence, they behave exactly as objects do. If the array is modified in the method then the caller will also see the updated value. Here is an example, In main: Before [...] READ MORE