Get Started
959

Q: What are Native methods in Java?

  • Show Answer
  • Workspace

Answer :
Explanation :

Java applications can call code written in C, C++, or assembler. This is sometimes done for performance and sometimes to access the underlying host operating system or GUI API using the JNI.   The steps for doing that are: First write the Java code and compile it Then create a C header file Create C stubs file Write the C code Create shared code library (or DLL) Run application

The Most Comprehensive Exam Preparation Platform

Get the Examsbook Prep App Today