|
Courses Java |
|
|
Java Native Interface is a C/C++ API that allows Java and native code to interact in an application. JNI allows the programmer to implement some or all methods of a Java class in C or C++. JNI also allows the programmer to embed the JVM into a native application. Native methods (written in C or C++) can access instance members associated with that object. They can also access class members, create objects, call methods on objects, throw exceptions, etc. Objectives At the end of this section you will be able to:
Specifications
Pre-requisites
Material covered in this module requires attendees to know the following:
A table of contents of this module is available upon request.
Return to the Custom Order Page.
Copyright ©2007 by Petronio Technology Group, Inc. All
rights reserved. Petronio, "Targeted Technology Training", "T3"
and "Turning new technologies into your competitive advantage"
are trademarks of Petronio Technology Group. All other trademarks are the
properties of their respective companies. |