Im currently making a java program that uses pipes for input and output between the methods of a program (pipes make programs operate much more efficiently, hence output of one method is direct input to another, without having to first go through some other barrier).
For one of my imported classes, one of the methods from it is given a warning at compilation by the compiler ( no probs with syntax though) that the method has been deprecated. What exactly does this mean ???
For one of my imported classes, one of the methods from it is given a warning at compilation by the compiler ( no probs with syntax though) that the method has been deprecated. What exactly does this mean ???
Comment