This is a technical joke about the Java programming language. In Java, if a piece of data isn't of the type that some bit of program would normally accept, you have to "cast" it to the expected type. You do this by writing the name of the expected type, in brackets, in front of the piece of data.
