Say we have a multidimensional Java array int arr[][] = new int[5][10]; and we pass this array to a C program using JNI as an object of type jobject (i
int arr[][] = new int[5][10];
jobject