mercredi 1 avril 2015

split String in java from a list

Values in my list(collection) list[a,b,c,d]


Here is my String "select ?,? from table where ?=?"


I want to fill every question mark with these values in order and in the last result should be "select a,b from table where c=d


Aucun commentaire:

Enregistrer un commentaire