File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Certification
»
Programmer Certification (SCJP/OCPJP)
Author
StringBuilder
Balaji Bang
Ranch Hand
Joined: Apr 23, 2007
Posts: 180
posted
Feb 05, 2009 01:38:26
0
StringBuilder s = new StringBuilder("012345678 "); s.delete(8,12);
why there is no
IndexOutOfBoundsException
???
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14670
11
I like...
posted
Feb 05, 2009 01:40:53
0
Because
the API says so
.
[My Blog]
All roads lead to JavaRanch
I agree. Here's the link:
http://aspose.com/file-tools
subject: StringBuilder
Similar Threads
NullPointerException with String
Right to Left search in Java Regex
Reversing String Not Working...
grabing letter
printf wildcards
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter