JDBC Type 4 Driver Programmer's Reference

Java 4 implements the Java HotSpot virtual machine.
Java Naming and Directory Interface (JNDI)
A standard extension to the Java platform, which provides Java technology-enabled
application programs with a unified interface to multiple naming and directory services.
Java Native Interface (JNI)
The C-language interface used by C functions called by Java classes. Includes an
Invocation API that invokes a Java VM from a C program.
Java Run-time
The Java VM and the Core API. This is the standard Java environment that the java
command invokes.
Java virtual machine
The process that loads, links, verifies, and interprets Java bytecode. The NonStop Server
for Java 4 implements the Java HotSpot virtual machine.
JDBC
See Java Database Connectivity (JDBC).
JDBC API
The programmatic API in Java to access relational databases.
JDBC Trace Facility
A utility designed to trace the entry point of all the JDBC methods called from the Java
applications.
JDBC/MP
See HP JDBC Driver for SQL/MP (JDBC/MP).
JDBC/MX
See HP JDBC Driver for SQL/MX (JDBC/MX).
JDK
See Java Development Kit (JDK).
JNDI
See Java Naming and Directory Interface (JNDI).
JNI
See Java Native Interface (JNI).
jre
The Java run-time environment, which executes Java bytecode. Also, the command to
run the Java run-time environment.