The Artima Developer Community
Sponsored Link

Java Answers Forum
need a bit of help

1 reply on 1 page. Most recent reply: Sep 15, 2003 7:29 PM by Senthoorkumaran Punniamoorthy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
John

Posts: 13
Nickname: icej
Registered: Sep, 2003

need a bit of help Posted: Sep 15, 2003 2:01 PM
Reply to this message Reply
Advertisement
hi
first of all, i would like to thank Matt Gerrans and Senthoorkumaran Punniamoorthy. thank you so much for helping me with the saving and opening file problem i had.
anyway, i have two questions:
1- Is there a class to make linked lists? or basically i have to create it myself using arrays. What i have done before was create linked lists using array and just follow the concept of linked lists but i am not sure if java has a specific way to do it.
2- To create a file of records, must you use a database or is there another way? is that i heard that in java, the only way to link with a database is using SQL. basically, i have been trying to link java with Access database but i can't. So, can i create a File of records using simple arrays and algorithms to save the arrays? or is there a much simpler method?
thank you


Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: need a bit of help Posted: Sep 15, 2003 7:29 PM
Reply to this message Reply
Java API has a LinkedList implementation. You can find more infor on this link

http://java.sun.com/j2se/1.4.2/docs/api/java/util/LinkedList.html

As far as connecting to the Database use JDBC driver. There is a JDBC-ODBC bridge you can use to connect to Access databases.

Flat View: This topic has 1 reply on 1 page
Topic: List And Set Previous Topic   Next Topic Topic: Socket.isClosed() ??

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use