I’m not sure, you could always look at the bytecod...
# getting-started
d
I’m not sure, you could always look at the bytecode generated. Also I have to correct something I said, there is a short equality comparison operator on the JVM, but there’s no operator for
someShort == someInt
, and 4 is an int literal.