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
[271 byte] By [fsblendorio] at [2007-9-26 9:24:55]
# 1
Yes.
bschauwe at 2007-7-1 20:44:47 > top of Java-index,Java HotSpot Virtual Machine,Specifications...