Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

split method

807597Apr 9 2005 — edited Apr 21 2005
Hi guys!

I have follwing line in my coding
String[] sql = str.split("~");
when i run the prg it gives me

java.lang.NoSuchMethodError

i have used this method before , then why this time it is giving such prob?

what is going wrong?

thanking u
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 19 2005
Added on Apr 9 2005
95 comments
477 views