public class C { { Object o = getO(); String s; if (o == null) s = ""; else s = o.toString(); } }