I have a String "45,78". How can i format it to normal format like 45.78 in java? Probably i think i need to create some format object and than format this according ...
"45,78"
45.78