package stringBuilder;
import java.lang.String;
public class My
{
public static void main(String[] args)}
{
StringBuilder sb = new StringBuilder();}
sb.append("abc");
StringBuilder class is not regognised in my eclipse
i am using helios eclipse,i hope it is the latest one
