left shift in java

Java
int a=a<<n;
//where n is the number of places a is shifted towards left.
Source

Also in Java: