code
/* creating the object for DatInputStream */
//DataInputStream din=new DataInputStream (System.in);
/* calling the readLine() method
// din.readLine();
readLine() method of java.io.DataInp utStream is deprecated :my java compiler(jdk1.4 ) says.
please guide me what is the method that can replace readLine()
with regards,
shailesh
/* creating the object for DatInputStream */
//DataInputStream din=new DataInputStream (System.in);
/* calling the readLine() method
// din.readLine();
readLine() method of java.io.DataInp utStream is deprecated :my java compiler(jdk1.4 ) says.
please guide me what is the method that can replace readLine()
with regards,
shailesh
Comment