JNI and C-created objects
Hello, I hava a native C function that creates a Java array (int[]) through NewIntArray and returns it out of the function itself.I'd want to know if this java-array, returned from the functin, is automatically garbage-collected.Thanks