What is JNI

Showing Answers 1 - 1 of 1 Answers

yogeshpanda

  • Sep 22nd, 2005
 

JNI is Java Native interface.Its used for calling method of other language.i.e from java we can call c ,c++ or any other language.Used when we have a method already working succesfully in any lang(c,c++...). otherthen what lang.(java) we r using & conditions appeared to use same method in our prog.Advantage:Saves time.Disadvantage:As java is platform independent.Invoking other lang. method make the prg platform dependent.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.