Glossaria.net

Glossary Java / Term

native method

The method whose implementation is not defined in Java but in another programming language, for example C or C++. Such a method can be a declared member in a Java class definition whose prototype is prefixed with the keyword native.

Native methods are also called as foreign methods.

Permanent link native method - Creation date 2022-01-03


< native Glossary / Java NCSA >