class CastStringToObject { public static void main(String[] args) { Object o = (Object)"hello"; } }