class CastTest{ void methode(){ Object a; String b; a = (Object) b; } }