Friday, March 13, 2009

What are native methods How do you use them (JNI)

Question :What are native methods? How do you use them? (JNI)
Answer :Native methods are methods written in other languages like C, C++, or
even assembly language.
You can call native methods from Java using JNI

No comments: