Search:

Type: Posts; User: jmc117

Search: Search took 0.26 seconds.

  1. [SOLVED] Re: Help reading a txt file into a datatype similar to a db

    Alright, I'll see what I can do. If I need any more help I'll come back to this thread. I appreciate it. I wasn't able to even think of the idea of an Map/List of objects until you helped me so...
  2. [SOLVED] Re: Help reading a txt file into a datatype similar to a db

    by key. So going with your first advice, I create a class similar to this but with getters and setters and a constructor like
    public class Product {

    public Product(int id, String name, float...
  3. [SOLVED] Help reading a txt file into a datatype similar to a db

    For my project I in phase 1 we cannot use a database and I am having trouble figuring out what to do. the textfiles are like

    ProductID1 ProductName1 Price1 Quantity1
    ProductID2 ...
Results 1 to 3 of 3