Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is "Java Native Interface" and how to use it?

Answer Posted / shilpi agarwal

The Java Native Interface (JNI) is the native programming
interface for Java that is part of the JDK. By writing
programs using the JNI, you ensure that your code is
completely portable across all platforms. It allows Java
code that runs within a Java Virtual Machine (VM) to
operate with applications and libraries written in other
languages, such as C, C++, and assembly.

Is This Answer Correct ?    20 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I debug the Java security exceptions and AccessControlExceptions?

1145


What does a method signature consist of?

976


Tell me about your ability to work under pressure

2190


Why map is used in java?

1024


Implement two stacks using a single array.

1056


What is the byte range?

1026


If I only change the return type, does the method become overloaded?

920


Why is java so popular?

1103


What is the access scope of a protected method?

1020


Can a private method of a superclass be declared within a subclass?

1032


What are nested classes in java?

1105


What type of value does sizeof return?

993


I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?

1166


How to sort a collection of custom Objects in Java?

1051


What are the types of collections in java?

1052