What is difference between String and StringTokenizer?
Somebody tell me the answer with example..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Accord infomatrixPosted Jun 23, 2014, 6:20 AM
Java Training Institute in Chennai
Lakshmanan Sethu SankaranarayanPosted Feb 20, 2014, 8:57 AM
VulpesPosted Feb 20, 2014, 7:26 AM
Oracle recommends that you avoid its use in new code and use String.split() or regular expressions instead.
Pradip PandeyPosted Feb 20, 2014, 7:05 AM
Please refer this article
http://www.devx.com/tips/Tip/42787
Hope it will help you.
Abhineet SrivastavaPosted Feb 20, 2014, 7:02 AM
In C#,You could used String.Split method Method.
Cheers