Impact of -deprecation option
Hi,I compiled java files with and without -deprecation option, it generate same size of class files, only difference is for -deprecation option it shows used deprecated API's as a warning.I want to know is there any other difference?Thanks in adavance,Vikas