
|
If you were logged in you would be able to see more operations.
|
|
|
|
When creating a new object by reflection in JNI code we wrap the method in a constructor object then invoke it to create a new instance, however the provided method may belong to a super class object if the class didn't declare a constructor of its own - in which case we get an object of the super class type in our current implementation.
|
|
Description
|
When creating a new object by reflection in JNI code we wrap the method in a constructor object then invoke it to create a new instance, however the provided method may belong to a super class object if the class didn't declare a constructor of its own - in which case we get an object of the super class type in our current implementation. |
Show » |
|