Java Quick Reference
Home
SCJP2 Study Notes
Case Studies
SCJA Notes
SCJD Notes
Application Design
GUI Design
Database Processing
Networking
Threads
Errors and Exceptions
Security
Documentation
Projects
Favourite Links
About
Feedback
SCJD Study Notes - Database Processing
Database
Use a RandomAccessFile to build a low-level database.
Article on JavaWorld
Searching
Plant your data in a ternary search tree
Article on JavaWorld