I have a list as below
[url1,url2,url3,url4]
This list will be based on multiple selection from drop down list of HTML. So list size i.e., lis
Most fast and efficient way to do this
Ex.
ArrayList a=[url1,url2,url3,url4]; String s ="'"+a.toString().replace("[","").replace("]", "").replace(" ","").replace(",","','")+"'";