Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Pamela Baker   on Jun 16 In Java Category.

  
Question Answered By: Michele Grant   on Jun 16

it's not an error it's just a warning message stating that you are using an
obsolete (out of date) method in your program

if you are giving the following syntax to compile  your program compiler will
let you know what are the obsolete methods you are using in your program.

javac -deprecation <source_file_name.java>

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on alej.java uses or overrides a deprecated API Or get search suggestion and latest updates.


Tagged: