Search:

Type: Posts; User: krnaveen14

Search: Search took 0.10 seconds.

  1. Re: Meaning of code? & possibility for shortening?

    String fileToParse1 = "E://Java Project/SampleCSVFile1.csv";
    String fileToParse2 = "E://Java Project/SampleCSVFile2.csv";

    I've added those two .csv files to my project folder of netbeans....
  2. Meaning of code? & possibility for shortening?

    This is the code for comparing the data in two .csv files.

    file 1

    s.no,name,department,marks
    1,rahul,cse,100
    2,sri,cse,98
    3,arun,cse,99

    file 2
Results 1 to 2 of 2