Search:

Type: Posts; User: andreas90

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Adding an object to Arraylist from text files

    Thankw a lot guys. I used the split() method as ChristopherLowe proposed an it worked.
  2. [SOLVED] Adding an object to Arraylist from text files

    Hello guys!
    This is my "Call" class (without the setters and getters):

    import java.util.ArrayList;

    public class Call {
    private String callingNumber;
    private String dialedNumber; ...
Results 1 to 2 of 2