Using Math.max(a, Math.max(b, c)

If i am using Math.max(a, Math.max(b, c)) , but, say, b and c are the same and are both bigger than a, then which does it chose to return?Thanks
[158 byte] By [mister_bluesmana] at [2007-10-2 5:00:04]
# 1
It depends how much beer Math has been drinking.Or maybe it'll just do the logical (whatever the value of b and c is).
aconst_nulla at 2007-7-16 1:04:03 > top of Java-index,Java Essentials,Java Programming...
# 2
Primitive types are functionally lightweights.
YAT_Archivista at 2007-7-16 1:04:03 > top of Java-index,Java Essentials,Java Programming...