Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Programming » Java in the database » Java in the database FAQ

 

Why Java?

Java provides several features that make it ideal for use in the database:

  • Thorough error checking at compile time.

  • Built-in error handing with a well-defined error handling methodology.

  • Built-in garbage collection (memory recovery).

  • Elimination of many bug-prone programming techniques.

  • Strong security features.

  • Platform-independent execution of Java code.