hye guys..
i was compiled my java, then this statement below appear but my java file still can run and there is not error..
actually, what is the prob and how to solve it..:confused:Quote:
uses or overrides a deprecated API.
plz help..
Printable View
hye guys..
i was compiled my java, then this statement below appear but my java file still can run and there is not error..
actually, what is the prob and how to solve it..:confused:Quote:
uses or overrides a deprecated API.
plz help..
Typically, you're using a deprecated(as the warning states) method or class. Examine the API for the method or class you're using and find an updated replacement for it.
but if i compile every single,there is not warning state..if i compile the project file,then the warning appear..does it effect to my program if i just ignore it??