can anyone tellme how to read String in Java

2008-04-25 Thread Jame Jane
Hi, can anyone tell me how to read a sting and find some character in that. I want some sample code for it.. Plz help me out. - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

Re: can anyone tellme how to read String in Java

2008-04-25 Thread Scott Gray
Here you go: http://java.sun.com/docs/books/tutorial/ Regards Scott 2008/4/25 Jame Jane <[EMAIL PROTECTED]>: > Hi, > > can anyone tell me how to read a sting and find some character in that. > I want some sample code for it.. > > Plz help me out. > > > - > Be a be

Re: can anyone tellme how to read String in Java

2008-04-25 Thread Hans Bakker
put your subject line in google.and you have the answereven more than one can we please stay on the subject OFBiz? On Fri, 2008-04-25 at 02:18 -0700, Jame Jane wrote: > Hi, > > can anyone tell me how to read a sting and find some character in that. > I want some sample code for it..

Re: can anyone tellme how to read String in Java

2008-04-25 Thread Jacques Le Roux
Your question is very general. I thing that if you had enough knowledge you would find plenty of examples in OFBiz code A way to acquire this knowledge is to read for instance http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Related+Books#OFBizRelatedBooks-"HeadFirstJava Jacques From: "Scott Gra

Re: can anyone tellme how to read String in Java

2008-04-25 Thread Jame Jane
hi i know it is very easy. But ht actual problem is like the string is storing Html file as response. HttpClient http = new HttpClient(serverURL); http.setParameters(context); String response = null; response = http.post(); This response is getting Now in this I want to read i.e I want to ge

Re: can anyone tellme how to read String in Java

2008-04-25 Thread Raj Saini
Hi Jame, You are simply hunting in the dark and not trying to understand the root cause. You are posting a request to a http server, there bound to be a response from server. How do you know what this response is? You will not find it any where Ofbiz or none of the user or developer have any

Re: can anyone tellme how to read String in Java

2008-04-25 Thread BJ Freeman
>From a previous post I picked up you are trying to do this in an FTL or bsh. if so this is not the place to program this type of code. you have gotten a lot of recommendation where to go to get your info. I suggest you do that. Jame Jane sent the following on 4/25/2008 5:50 AM: > hi i know it is