public class C { String f1 = "a" + "b"; String f2 = "c" + "b"; }