I am getting three types of value from the database when I am fetching value from a field.
All values are with double quotes. Those values are "Fitness Head, Fiteness " Head and Fitness Head". I have to replace all double quotes with double double quotes using Java. What will be the java code to do that?
Thanks, Somnath
