Is it wrong to use Deprecated methods or classes in Java?

Posted by Umesh Aawte on Stack Overflow See other posts from Stack Overflow or by Umesh Aawte
Published on 2010-05-31T07:05:07Z Indexed on 2010/05/31 7:12 UTC
Read the original article Hit count: 262

Filed under:

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

  1. Is it wrong to use Deprecated methods or classes in Java?

  2. what if don't change any method and run my application with warnings that I have, will it create any performance issue.

© Stack Overflow or respective owner

Related posts about java