Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Application performance issue with System.out.println(); statement

  1. #1
    Junior Member
    Join Date
    May 2012
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Application performance issue with System.out.println(); statement


    Hi Friends,

    Is System.out.println(); statement indeed hampers the performance of the application? Please give the valuable suggestions..

    Thanks,
    Jawahar


  2. #2
    Member
    Join Date
    Sep 2013
    Posts
    70
    Thanks
    1
    Thanked 13 Times in 13 Posts

    Default Re: Application performance issue with System.out.println(); statement

    In what sense are you using it that you think it might be your issue? Are you calling it multiple times in a short span of time?

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Application performance issue with System.out.println(); statement

    You ask the question as though you've heard that it does or have been told that it does. What's your motivation for asking? What's the context? What kind of application? What performance is required? How is the required performance measured?

    It's impossible to give "valuable suggestions" or even simple answers the way you've posed the question.

Similar Threads

  1. Need help with System.out.println
    By meghabachani in forum Java Theory & Questions
    Replies: 3
    Last Post: June 6th, 2013, 02:55 AM
  2. To get graph of System performance in java
    By keerthana in forum What's Wrong With My Code?
    Replies: 2
    Last Post: March 2nd, 2013, 01:19 AM
  3. System.out.println Not Working
    By manjula in forum JavaServer Pages: JSP & JSTL
    Replies: 6
    Last Post: November 27th, 2012, 07:25 AM
  4. How to modify System.out.println()
    By emailkia in forum Java Theory & Questions
    Replies: 6
    Last Post: April 25th, 2011, 12:40 AM
  5. what is System,out,println in System.out.println()?
    By koteshk in forum Java Theory & Questions
    Replies: 2
    Last Post: April 18th, 2011, 12:28 AM