Hi frndz..
Am developing an Web dynpro application in this am using "StringBuffer" and am writing the code like this
StringBuffer strBf = new StringBuffer();
strBf .append("<?xml version='1.0' encoding='UTF-8' standalone='no'?>\n");
strBf .append("<").append(entriesName).append(">\n");
and in the secound line of code itz show an error like
"type AbstractStringBuilder is not visible "
how to reslove this.
Thanks in Advance
Regards
Rajesh