Collections

Please send me some Techniques to retrive data from database usings Collections classes
[94 byte] By [airforce7a] at [2007-11-26 17:34:38]
# 1

One doesn't retrieve from the DB using collections. One retrieves using JDBC (or an ORM package).

http://java.sun.com/developer/onlineTraining/Database/JDBC20Intro/JDBC20.html

Once you've retrieved it, you might use a collection to store instances of a class that represents a row.

http://java.sun.com/docs/books/tutorial/collections/

jverda at 2007-7-9 0:02:38 > top of Java-index,Java Essentials,Java Programming...