Search:

Type: Posts; User: pooja123

Search: Search took 0.19 seconds.

  1. Re: how to read a text delimited file using 2 dimentional array in java ??

    well yes i get what you are saying and it does make sense.. :) so i have found something like

    File input = new File(argv[0]);
    BufferedReader br = new BufferedReader(new FileReader(input));...
  2. how to read a text delimited file using 2 dimentional array in java ??

    hi,

    I am new to java programming.. I have to do a task where in i have to read a text delimeted file in an array.. For example.. If the file is as follows

    Name place Value
    adi goa 20
    shri...
Results 1 to 2 of 2