Hi all,
I want to add PrintfFormat in my jsp like new PrintfFormat("\'%-7.1s\'").sprintf("12345"). I am using Java 1.5.
what are import statements and the jars to be added in the project.
Please help
Thanks in Advance
Vinoop
Printable View
Hi all,
I want to add PrintfFormat in my jsp like new PrintfFormat("\'%-7.1s\'").sprintf("12345"). I am using Java 1.5.
what are import statements and the jars to be added in the project.
Please help
Thanks in Advance
Vinoop
Wouldn't using String.format() be easier?