JDBC Type 4 Driver 1.1 Programmer's Reference

See International Organization for Standardization (ISO).
J
jar
The Java Archive tool, which combines multiple files into a single Java Archive (JAR)
file. Also, the command to run the Java Archive Tool.
JAR file
A Java Archive file, produced by the Java Archive Tool, jar.
java
The Java interpreter, which executes Java bytecode. Also, the command to run the Java
interpreter. The Java command invokes the Java Run-Time.
Java Database Connectivity (JDBC)
An industry standard for database-independent connectivity between the Java platform
and relational databases such as SQL/MP or SQL/MX. JDBC provides a call-level API
for SQL-based database access.
Java Development Kit (JDK)
The Java virtual machine, core libraries, and tools for Java. For example, NonStop Server
for Java, based on Java™ 2 platform, Standard Edition, SDK 1.4.2. For more information
on the J2SE SDK 1.4.2, see the Sun Microsystems JDK 1.4.2 Documentation (
http://java.sun.com/j2se/1.4.2/docs/index.html ).
Java Foundation Classes
See Core API.
Java HotSpot virtual machine
The Java virtual machine implementation designed to produce maximum
program-execution speed for applications running in a server environment. The Java
HotSpot virtual machine is a run-time environment that features an adaptive compiler that
dynamically optimizes the performance of running applications. NonStop Server for 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.