Search:

Type: Posts; User: mannyT

Search: Search took 0.09 seconds.

  1. Re: Buffered Reader is not reading my file properly... HELP!

    ooo thanks for all your help!! It workeddd! :)
  2. Re: Buffered Reader is not reading my file properly... HELP!

    import java.io.BufferedReader;
    import java.io.FileReader;
    import java.util.ArrayList;
    import java.util.List;

    public class match {

    private static class Match {
  3. Re: Buffered Reader is not reading my file properly... HELP!

    Yehh i have done that but its called getin underlined in red and it says that ''Void methods can not return a value". Why does this happen? please help :)
  4. Re: Buffered Reader is not reading my file properly... HELP!

    Thanksss.. i added tht code but it did not work. You are rightt it is showin the memory address. It is saying that the 'void methods can not return a value'. What does this mean? Wheres about within...
  5. Buffered Reader is not reading my file properly... HELP!

    import java.io.BufferedReader;
    import java.io.FileReader;
    import java.util.ArrayList;
    import java.util.List;

    public class match {

    private static class Match {
Results 1 to 5 of 5