Search:

Type: Posts; User: NimbleSpeaker

Search: Search took 0.18 seconds.

  1. Replies
    5
    Views
    2,001

    Re: how can we learn java

    I recommend CodeGym but only accompanied by books and videos.
    You need to work on every topic with multiple resources.
  2. [SOLVED] Re: Isn't this hashCode method self-referential/recursive?

    Oh, God. Now I get, it clicked!
    So, it calls the String class's hashCode().
    But if I don't override the method in the LuxuryAuto class and call the method:...
  3. [SOLVED] Re: Isn't this hashCode method self-referential/recursive?

    Here's what's in the article:
    The Car class:


    public class LuxuryAuto {

    private String model;
    private int manufactureYear;
    private int dollarPrice;
  4. [SOLVED] Isn't this hashCode method self-referential/recursive?

    I'm learning about overriding equals() and hashCode().
    In one of the articles there is this Car class and in it the hashCode() method is being overridden:


    @Override
    public int hashCode() {
    ...
  5. Thread: Hello!

    by NimbleSpeaker
    Replies
    0
    Views
    1,018

    Hello!

    I've been looking for a website that is more amicable than stack.
    I've been studying hard recently so I might need it.
Results 1 to 5 of 5