I don\'t know what this means \"1 << 2\" in :
public static final int MODIFY_METADATA = 1 << 2; // modify object
Please help m
Java Operators
Bitwise Operations
<< is the left bit shift operator.
<<