Search:

Type: Posts; User: goldest

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    1,883

    [SOLVED] Re: Difference between == and equals.

    Ohh yeah!

    Thanks a lot for all your help and support. <:-P

    Goldest
  2. Replies
    9
    Views
    1,883

    [SOLVED] Re: Difference between == and equals.

    Thanks for the replies guys.

    What I understood is that, when we want to compare the references of primitives, we should use == operator. If both the references have the same value stored, then...
  3. Replies
    9
    Views
    1,883

    [SOLVED] Difference between == and equals.

    Hi guys,

    Here is my sample code,

    public class EqualsCheck {

    public static void main(String[] args) {
    EqualsCheck eq = new EqualsCheck();
    eq.checkBytes();
    }
Results 1 to 3 of 3