Page cover image

J

JDBC(Java Database Connectivity)

An API (Application Programming Interface) that connects to a database to execute SQL statements from a Java application.

JEPA(Java External Procedure Agent) Process

Java External Procedure dynamically loads a registered Java class and implements a function, and then sends the return value or output parameter to a server process.

JNDI(Java Naming and Directory Interface)

An API provided by Sun Microsystems which is used by Java applications to access a naming or directory service such as DNS or NDS.

Last updated