what is the use/perpose of having a method antive?

Answers were Sorted based on User's Feedback



what is the use/perpose of having a method antive?..

Answer / imtiyaz

if you want to call a methods which are specific to the
platform or if you want to use the OS calls or if you want
to use functionality which is developed in other language
we go through native interface.

In a real world we need to execute statements which are
specific to platform which java may or may not do, and
other language can do much faster than java at that time we
use to write the methods in that language and use that code.

And sometimes the code already developed in other language
and it is very cost effective or time consuming to convert
the code into java at that moments also we use java native
interface.

Is This Answer Correct ?    2 Yes 0 No

what is the use/perpose of having a method antive?..

Answer / ravikiran

native method is used to call the methods declared in a
platform dependent environment.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

what is the difference between Cpp And Java

15 Answers   Infosys,


What is a modifier?

1 Answers  


Why Java is not pure Object Oriented language?

0 Answers  


What is the use of hashmap in java?

0 Answers  


What are measurable parameters?

0 Answers  






Give few examples of final classes defined in Java API?

0 Answers   BirlaSoft,


Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?

0 Answers  


What are the access modifiers available in java?

0 Answers  


explain local datetime api in java8?

0 Answers  


Explain about GridBag Layout?

1 Answers  


What are inbuilt functions?

0 Answers  


Why is the type for real numbers called double?

0 Answers  


Categories