Glossary - Software Engineering

Here you will find an an alphabetical list of terms in this particular domain of knowledge with the definitions for those terms.

A


B


C


J


  • JNI: The JNI is a native programming interface. It allows Java/Kotlin or any other programming language that runs inside a Java Virtual Machine (VM) to interoperate with applications and libraries written in other programming languages, such as C, C++, and assembly. JNI Especification