Search:

Type: Posts; User: simc47

Search: Search took 0.09 seconds.

  1. Re: Build a database using Arrays and external file

    well my program when compiled and ran in cmd, it prompts me to ask for an option, i choose number 1 and instead of returning my records file which looks like this: Desktop Mac £499.99 25 etc.....
    it...
  2. Re: Build a database using Arrays and external file

    what java editor/viewer would you recommend?

    I'm not sure where to put the println statements, i'm totally lost :(

    thankyou for your patience and helping me by the way, it is much appreciated!
  3. Re: Build a database using Arrays and external file

    import java.io.*;
    import java.util.Scanner;
    import java.io.BufferedReader;
    import java.io.File;
    import java.io.FileReader;
    import java.io.FileNotFoundException;
    import java.io.IOException;
    ...
  4. Re: Build a database using Arrays and external file

    ammended. sorry about that!
    I want to work on all of them :( Ive tried to get the loading of the code, but an error is returned.
  5. Build a database using Arrays and external file

    Hi there! I am a beginner in Java, I am trying to complete this program which manipulates a database of product records.
    my records are stored in a binary file and show the product name, price and...
Results 1 to 5 of 5