Search:

Type: Posts; User: javapenguin

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,685

    [SOLVED] Re: newb help..

    Why to override equals.

    Because the Object class has a method called equals and since Object is the parent class, directly or indirectly, of all other java classes, your class already has by...
  2. Replies
    4
    Views
    1,685

    [SOLVED] Re: newb help..

    A default constructor usually is made automatically I think.

    It usually is used to set it to default values whereas the parameter one sets it to the values of the parameters.



    public boolean...
Results 1 to 2 of 2