Data Structure is a very broad term:
queue, stack, vector, etc are all data structures.
Now data structure programming is 'how' you implement these data structures.
I imagine you can define the database as a data structure, but it has quite a lot of dynamic features that made it a separate discipline.
JDBC is the means with which you access a DBMS in Java in an independent way.
Cheers,
Nik
Main Topics
Browse All Topics





by: heyhey_Posted on 1999-07-06 at 01:27:54ID: 1245324
my personal opinion - different :)