SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

4IT101 - ZT

» Start this Course
(Practice similar questions for free)
Question:

Která z uvedených pravidel musí platit pro implementaci metody equals()? - Musí být tranzitivní: pokud x.equals(y) vrátí true a y.equals(z) také true pak musí x.equals(z) vrátit true. - Musí být symetrická: pokud x.equals(y) vrátí true, musí y.equals(x) vrátit true. - Pro x, které není null, musí x.equals(null) vrátit false - Pro x, které je rovné null, musí x.equals(null) vrátit true.

Author: Karel Marčík



Answer:

- Musí být tranzitivní: pokud x.equals(y) vrátí true a y.equals(z) také true pakmusí x.equals(z) vrátit true. - Musí být symetrická: pokud x.equals(y) vrátí true, musí y.equals(x) vrátit true. - Pro x, které není null, musí x.equals(null) vrátit false


0 / 5  (0 ratings)

1 answer(s) in total