NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.0+)

See Java Conformance Kit (JCK).
jdb
The Java debugger, which helps you find and fix bugs in Java programs. Also, the
command to run the Java debugger. jdb uses the Java Debugger API.
JDBC
TM
See Java Database Connectivity (JDBC).
JDK
See Java Development Kit (JDK).
jeeves
See Java Web Server.
JIT compiler
See Just-in-Time (JIT) compiler.
JNDI
See Java Naming and Directory Interface (JNDI).
JNI
See Java Native Interface (JNI).
jre
The Java run-time environment, which interprets (executes) Java bytecode. Also, the
command to run the Java run-time environment.
JTA
See Java Transaction API (JTA).
JTS
See Java Transaction Service (JTS).
jts.Current
A JTS interface that lets you define transaction boundaries. NonStop
TM
Server for Java
Server for Java 2.0 includes an implementation of jts.Current.
Just-in-Time (JIT) compiler
A compiler that is triggered when the JVM attempts to run a method. The JIT Compiler
compiles all the bytecode for the given method into native machine code, which is then
used whenever the method is invoked.
JVM
See Java Virtual Machine (JVM).