Description: Java Object Database. It have simple interface like: 'store', 'get', 'delete', and 'query'. BTree algorithm is used for storing and searching. Indexes to allow for fast search. Transactions: 'beginTransactions', 'endTransactions', 'commit', and 'rollback'.