Describe bitwise operators AND, OR, XOR and NOT. Describe how you might use these.
How do these bitwise operators differ from logical operators?
Describe bitwise operators AND, OR, XOR and NOT. Describe how you might use these.
How do these bitwise operators differ from logical operators?
What's the value of hexadecimal FF in decimal?
Explain the difference between Integer and int in Java and when you would choose to use one over the other.
What's the maximum unsigned integer that you can store using n bits? What's the maximum signed integer?