|
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
|