Search:

Type: Posts; User: Laxman2809

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,338

    Re: In Memory CD Database

    Also another issue seems to be that it after I enter 1 CD it only stores that information
  2. Replies
    4
    Views
    1,338

    Re: In Memory CD Database

    Ok thank you for that explanations, but now I have an issue with my code. My remove function doesn't see to be working. Now I think it has to do with the fact it is not setting that CDs information...
  3. Replies
    4
    Views
    1,338

    Re: In Memory CD Database

    Updated Code

    import java.util.Scanner;
    public class TestMusicDB {

    /**
    * @author Alexander Chamerlaion
    * @Version 1.0
    * @Date 10/5/11
    * This program creates a DB and stores values...
  4. Replies
    4
    Views
    1,338

    In Memory CD Database

    Alright so like the title says I am creating an In memory CD database that has to have the abilities to add find remove and display information about the cds. So far I have been able to accomplish...
Results 1 to 4 of 4