Android
OA0-002 · Question #140
Which of these is the incorrect explanation of the Java Native Interface(JNI)?
The correct answer is D. Header files generated on the Java side are included and implemented in the native (C/C++) side. See the full explanation below for the reasoning.
Question
Which of these is the incorrect explanation of the Java Native Interface(JNI)?
Options
- AJNI does not provide garbage collection on the native side, outside the memory resources of the
- BEven if native code is used with JNI, it does not necessarily mean an improvement in the
- CA Java exception can be generated from a native method, but it cannot be caught on the Java
- DHeader files generated on the Java side are included and implemented in the native (C/C++) side
How the community answered
(60 responses)- A3% (2)
- B8% (5)
- C3% (2)
- D85% (51)
Community Discussion
No community discussion yet for this question.