By Alvin Alexander. Last updated: July 26, 2016
Just read that in Java — or at least in Android — from a performance standpoint, having two arrays is better than having a two-dimensional array (or, more generally, a multi-dimensional array). I found this on the Android performance tuning page.