Is it wrong to use Deprecated methods or classes in Java?
- by Umesh Aawte
I am using eclipse to develop one web application. Just today I have updated my struts version by changing the JAR file. I am getting warnings at some places that methods are deprecated, but the code is working fine.
I want to know some things
Is it wrong to use Deprecated methods or classes in Java?
what if don't change any method and run my application with warnings that I have, will it create any performance issue.