CompTIA Exam Questions

Which of the following describes why a developer should define private wrappers around native and pu

Which of the following describes why a developer should define private wrappers around native
and public native methods?

A.
To prevent untrusted callers from invoking native methods.

B.
To filter data that is sent to the native methods.

C.
Because native methods cannot be called directly.

D.
To impose naming convention on methods.

Explanation: