Is there any character limit for the output of Java's System.out.println(String x)
statement?
When I try to print some XML from a web service call using System.out.println()
, only a portion of it is actually printed in the console.
The XML string that I am trying to print is huge.
Why is this happening?