Guest User

Untitled

a guest
Oct 12th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1.                 while ((strLine = br.readLine()) != null)
  2.                 {
  3.                     pieces = strLine.split(",");
  4.                     if (pieces[4].trim() == parameters[0])
  5.                     {
  6.                         System.out.println(strLine);
  7.                     }
  8.                 }
Add Comment
Please, Sign In to add comment