printStackTrace in java?

Posted by Venkats on Stack Overflow See other posts from Stack Overflow or by Venkats
Published on 2010-04-01T12:46:11Z Indexed on 2010/04/01 20:13 UTC
Read the original article Hit count: 347

Filed under:
|

I am go through a socket program. In that printStackTrace is caught by the catch block. Actully what it is?

    catch(IOException ioe)
    {
        ioe.printStackTrace();
    }

I am unaware of it. For what they are used?

© Stack Overflow or respective owner

Related posts about java

Related posts about printstacktrace