Join Slack
Powered by
There are no bitwise operators for bytes and short...
# getting-started
d
dalexander
11/29/2016, 6:33 PM
There are no bitwise operators for bytes and shorts (just ints and longs) because the JVM only has operators for ints and longs. Java just silently casts for you if you use a byte or short.
👍🏽 1
Open in Slack
Previous
Next