Search:

Type: Posts; User: brandonio21

Search: Search took 0.11 seconds.

  1. Re: What's wrong with my code?? (it said cannot resolve symbol)

    He has
    import java.util.*; though, and that should cover it.
  2. Replies
    4
    Views
    2,777

    Re: Guessing Game

    You are asking us to code your "Mastermind" clone for you. What do you specifically need help with?
  3. Re: What's wrong with my code?? (it said cannot resolve symbol)

    I just tested out the code using eclipse, and everything works fine for me! Check to see if there are any comments using strange symbols. Other than that, the code you posted is solid and works fine!
  4. Replies
    13
    Views
    1,483

    [SOLVED] Re: Please Help Me With This Error!

    First of all, a NullPointerException occurs when an object is Null, meaning it has no value, and you are trying to do something with it. Since the error occurs at line 57, there is something wrong...
Results 1 to 4 of 4