Tuesday, 27 August 2013

Get value of a param in a string using java

Get value of a param in a string using java

I have string variable String temp="acc=101&name=test"; and now how to get
the value of name param from temp string.

No comments:

Post a Comment