It is a bad practice to use Sun's proprietary Java classes?

Viewed 17616

The compiler display warnings if you use Sun's proprietary Java classes. I'm of the opinion that it's generally a bad idea to use these classes. I read this somewhere. However, aside from the warnings are there any fundamental reasons why you should not use them?

7 Answers
Related