Saturday, 24 August 2013

i= Integer.parseInt(dis.readLine()) [Deprecated].. How to resolve it?

i= Integer.parseInt(dis.readLine()) [Deprecated].. How to resolve it?

I have encountered the following error while compiling my Demo code on
DataInputStreamDemo: error:
i= Integer.parseInt(dis.readLine()) [Deprecated]
//where dis = reference DataInputStream obj

No comments:

Post a Comment