Search:

Type: Posts; User: meytalg

Search: Search took 0.61 seconds.

  1. Thread: Operation ==

    by meytalg
    Replies
    6
    Views
    2,109

    Re: Operation ==

    Thanks for the answer.

    Is there any way to know which object returns true when I'm using the operation == (without test it)?
    (this question was part of my job interview and I could not test it)
    ...
  2. Thread: Operation ==

    by meytalg
    Replies
    6
    Views
    2,109

    Operation ==

    Hi,

    I wrote the following code:


    Ingeter i1 = 10;
    Ingeter i2 = 10;
    if (i1 == i2)
    Stystem.out.println(" == Integer");
    Double d1 = 10.0;
Results 1 to 2 of 2