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

Can an object be garbage collected while it is still reachable?

3 Answers  


Can we overload run() method in java?

0 Answers  


What is the purpose of skeleton and stub?

0 Answers  


explain System.out.println()

12 Answers   CTS,


What is unmodifiable list in java?

0 Answers  






What we have to do, when we don't want to implement all methods of an interface?

5 Answers  


How do u pass data from one jsp to another jsp?

3 Answers   Fidelity,


How do you add an arraylist to an array in java?

0 Answers  


What is ‘is-a ‘ relationship in java?

0 Answers  


What does void * mean?

0 Answers  


What are different types of classloaders?

0 Answers  


If a method is declared as protected, where may the method be accessed in java programming?

0 Answers  


Categories