printwriter

  1. A

    java help , EOF ...

    I am trying to add some strings to EOF my code is as below, but I get an error saying can't convert FileOutPutStream to String try { FileOutputStream newTicker = new FileOutputStream("nasdaq"); PrintWriter out = new PrintWriter(new...
  2. A

    HELP java programmers

    Hi, I am trying to access a https site programmatically using SSL over Sockets. The server requires client authentication. I have the certificate that is needed for client authentication. However I am not able to access the site through my program. I have gone through the JSSE docs site and am...
Top Bottom