Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Is there any Difference

This is a discussion on Is there any Difference within the Java forums, part of the Programming Talk category; Is there any difference between print and println methods of JSP out object methods.Are they one and the same?...

  1. #1
    Ralph is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    114

    Question Is there any Difference

    Is there any difference between print and println methods of JSP out object methods.Are they one and the same?


  2. #2
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    144
    The main difference between the two methods namely print and println methods of JSP out object is the way the output is printed. In case of print method of out object writes the output without a newline whereas in contrast the println method of out object is used for writing the value to the output with a newline character also included.


Latest Article

Network Security Risk Assessment and Measurement

Read More...