Im seeing this quite a bit lately, especially in android development.
Some examples would be:
byte myByte = (byte) stream.read();
or
TextView tView = (TextView) findViewById(R.id.textView);
What I don't understand is what the (byte) / (TextView) part is for.
EDIT: Excuse me if this is a duplicate, I had no idea how to call this or what to search for.