String x = "Fun"; StringBuffer sb = x; char *s = ~sb; s[1] = 'a'; x = sb;
Report message to a moderator