Dear Friend,

I am new in Jave. right now I am learning APPLET but When I am trying to use THREAD in applet its giving the following warning after compilation.

Note : Java Uses or Overloads a Depricated API.
Note : REcompile with -XLint : Deprication for details.
Tool Completed Successfully

Friends I m highly expecting your kind support about the solutions.Thaking you all.

Firoz.

Recommended Answers

All 2 Replies

Well, do what the warning says and run javac using the "-XLint" option. That will tell you what is deprecated, and you can then look at the API doc for that method and that will tell you what you should be using.

Well, do what the warning says and run javac using the "-XLint" option. That will tell you what is deprecated, and you can then look at the API doc for that method and that will tell you what you should be using.

Hope according to your thinking it will work.Many many thanks for your kind advices.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.