Search:

Type: Posts; User: redzero36

Search: Search took 0.09 seconds.

  1. Replies
    12
    Views
    1,603

    [SOLVED] Re: Need help with code

    Cool thanks everyone for your help. I was able to finish my program, time to start my next one!!! I ran into another problem in my new program, but i wanna see if i can fix it myself. Thanks...
  2. Replies
    12
    Views
    1,603

    [SOLVED] Re: Need help with code

    hmm okay I think I completely understand what an argument is now. So is an argument pretty much the input of what the user types in or a string array correct? Is it possible to put it in my if...
  3. Replies
    12
    Views
    1,603

    [SOLVED] Re: Need help with code

    Okay, I kinda understand what your saying. So how would I make create an argument to only output the list1/list2 of in my code? I kinda understand how to type it in a command line but not into a...
  4. Replies
    12
    Views
    1,603

    [SOLVED] Re: Need help with code

    args array? I've been trying to figure out what that is. would you mind showing me an example or directing me to a correct tutorial, I've been trying to read articles on google, but don't quite...
  5. Replies
    12
    Views
    1,603

    [SOLVED] Re: Need help with code

    Thanks AndyNewman yours did the trick. and I'll keep Norms advice in mind if i run into any problems. I was told to have arguments in this program so i can run actions through a command line to...
  6. Replies
    12
    Views
    1,603

    [SOLVED] Need help with code

    I need help with my code. Nothing is being printed out. I know the lists work because blocked out the ifs and tried both one at a time. What im trying to do is get the if statment to work if i...
  7. Replies
    19
    Views
    2,260

    Re: How would i remove overlapping lists

    this is the results I did. cool thanks its working
    myList =[testemail1@test.com, testemail2@test.com] It removed testmails3,4,5,6.
    AWESOME thanks man!!!
  8. Replies
    19
    Views
    2,260

    Re: How would i remove overlapping lists

    its a string
  9. Replies
    19
    Views
    2,260

    Re: How would i remove overlapping lists

    no it does not have a toString() method, or an equals() method. The objects stored in the array list is from stringTokenizer.
  10. Replies
    19
    Views
    2,260

    Re: How would i remove overlapping lists

    Im calling it from another java, its on a public class.
  11. Replies
    19
    Views
    2,260

    Re: How would i remove overlapping lists

    this is my test case results I made.

    myList =[testemail1@test.com, testemail2@test.com, testemail3@test.com, testemail4@test.com, testemail5@test.com, testemail6@test.com]
    myList2...
  12. Replies
    19
    Views
    2,260

    Re: How would i remove overlapping lists

    Okay I printed them out and they looks similar like yours. Its like you said but with my class names. Im not sure if you wanted me to print out the results, but I didn't think I'm allowed to show...
  13. Replies
    19
    Views
    2,260

    Re: How would i remove overlapping lists

    Hi Norm, Im kinda confused about the first part of what you said. Okay my 2 arrayList are the objects correct, and there is some same content from arraylist 1 and arraylist 2. List 1 has few...
  14. Replies
    19
    Views
    2,260

    Re: How would i remove overlapping lists

    Hi dlorde, what I want to do is the first one you mentioned. I tried doing it but list1 is still the same after I put "list1.removeAll(list2);" . When i counted the size it was still the same as...
  15. Replies
    19
    Views
    2,260

    How would i remove overlapping lists

    I was wondering how i would remove emails that appear on 2 arrayLists. I tried to figure it out by myself but i dont have a lot of experience in java.
  16. Replies
    7
    Views
    2,683

    How to find a a certain part in string

    Hi Im new to this site and new to java. I was wondering what method i could use to read input txt file, then only get the emails parts listed in the txt, doc. So that later I can compare it to...
Results 1 to 16 of 17