Explicit Casting is the process in which the complier is specifically informed to about transforming the object.
Example
long x = 700.20;
int y = (int) x; //Explicit Casting