I have a values filled in ArrayList and also appending some elements inside the StringBuffer
The Output I am Getting is
The
String Buffer value is '
Test''Test''Test''Test''Test'
Actually What i want is that while Iterating the ArrayList If i found a NUMBER element i need to remove the Quation Marks
This is waht i am trying .
I don't know how to proceed further plase help .Or tell me is theer any other way to accomplish this .
Please guide me with this or suggest me if there is any easyway to acconplish this task
Thanks in advance .