Sign in using Google or Yahoo! id.  

Java String Template

 Comments Share:   Twitter   Reddit   HackerNews   Facebook 
import java.text.MessageFormat;

...

String result = null;

result = String.format("I love %s.", "Aarthi");
result = MessageFormat.format("I love {0}.", "Aarthi");
Posted on November 05, 2011 10:51 PM by Subhash Chandran
template java
blog comments powered by Disqus