| Return | Method | Summary |
|---|---|---|
| String | toString() | Returns a string representing the data in this sequence. |
public class Main {
public static void main(String[] argv) {
StringBuilder sb = new StringBuilder();
sb.append("java2s.com");
System.out.println(sb.toString());
}
}
The output:
java2s.com
| ww___w___.__ja_v_a___2s_.___co___m__ | Contact Us |
| Copyright 2009 - 12 Demo Source and Support. All rights reserved. |
| All other trademarks are property of their respective owners. |