Hi,
What is a native method?
thanks,
Hi,
This Native mathod is a Java keyword that is used in method declarations to specify that the method will not be implemented in another language, not in Java. The Java Native Interface (JNI) is also known as programming framework, which lets a native method utilize Java objects in the same way that Java code uses these objects.
For more about the Native method in java visit this link:
http://www.roseindia.net/help/java/n/java-native.shtml
Thanks,
Ads