This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Native Methods"
From OWASP
Line 1: | Line 1: | ||
− | The moment you start writing native methods you leave the Java | + | The moment you start writing native methods you leave the Java security manager and memory protection faculties. Don't do it. |
Revision as of 08:44, 18 January 2007
The moment you start writing native methods you leave the Java security manager and memory protection faculties. Don't do it.