Hi,
I am trying to find out if there is any ruby like string interpolation in java...for example :
("where is {$color} coffee {$object},"brown","mug") would give me "where is brown coffee mug"
I have never really worked on ruby myself, but I have heard that its interpolation method makes life really easy when generating dynamic strings or generating queries for a database dynamically.
Thanks!