Thread: formatting..
View Single Post
  #4 (permalink)  
Old 12-11-2007, 04:19 AM
rajiv_bang rajiv_bang is offline
Member
 
Join Date: Nov 2007
Posts: 11
rajiv_bang is on a distinguished road
Hi Sireesha,

System.out.format was introduced in J2SE 5.0. If you have a jdk later than that, it should work.

If you are facing problems, try replacing the format with printf. For most practical purposes System.out.format and System.out.printf are the same.

HTH
Rajiv
Reply With Quote