Search:

Type: Posts; User: ankurt

Search: Search took 0.11 seconds.

  1. Thread: Java Compiler

    by ankurt
    Replies
    7
    Views
    1,129

    [SOLVED] Re: Java Compiler

    ex.printStackTrace(PrintWriter s) is not to print the Hello World. It is used to change the stream of stackTrace being printed.

    using
    System.setErr(System.out);
    you can route all your error...
  2. Thread: Java Compiler

    by ankurt
    Replies
    7
    Views
    1,129

    [SOLVED] Re: Java Compiler

    It prints a stack trace for this Throwable object on the error output stream that is the value of the field System.err.

    --- Update ---

    You may use either of the following


    ...
Results 1 to 2 of 2