Do any problems arise because of using deprecated functions in Java?? If so, why do they keep this function?? Is it a bad habit if you use a deprecated method in Java like
java.sql.Date.getMonth or getYear or getDate???
Do any problems arise because of using deprecated functions in Java?? If so, why
Share
Some potential problems are:
System.runFinalizersOnExitand its evil twinRuntime.runFinalizersOnExit)Thread.stop)References
Related questions