Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 12:28:14 +0000



Post From: Trying to run JAVA demo program

[2018-07-25 12:47:38]
traderacademie - Posts: 38
Hi,

I happened to be trying this as well.

Null terminator isn't giving the problem, you already solved that.

The problem is that you're using BufferedReader. This won't work, you need to use BufferedInputStream.

Rgds