class A { void test(Object obj) { if (obj instanceof String) { String temp = (String) obj; } } }