Can data be accessed using Java?

The JDBC interface is an industry standard designed to access database systems. The JDBC classes are designed to connect to a database, request data using SQL statements, and return results that can be processed in the client application.

Adaptive Server provides an internal JDBC driver, which permits Java classes installed in a database to use JDBC classes that execute SQL statements.