Search the Web for JAVA Answers:

Search the Web for more JAVA Answers:
Hint: Press Ctrl+ to increase the font size of this blog and Ctrl- to decrease the font size of this blog.

JNI Answers

1. What are native methods? How do you use them?
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.