In my java file URL is static like
String URL = "https://aa.com/hospital/dmc.jpg";
But I want the URL will come from database like
https://aa.com/hospital/dmc.jpg
and after adding " sign at the first and the last word and put into a string. How can I get that?