Difference between format() and printf()

Hi all,

I am new to Java 5.

For formating the output data we have two methods format() and printf() in java5. I would like to know the difference between those two methods.

Thanks in advance.

[217 byte] By [sakthiia] at [2007-11-27 11:10:23]
# 1

Read the API for PrintStream. What does it say about it?

masijade.a at 2007-7-29 13:41:26 > top of Java-index,Java Essentials,Java Programming...