Which two statements are true about a class that is marked @Deprecated?
There Is always another class that can be used Instead of the deprecated class.
Using the class will cause the Java compiler to give a warning.
The class cannot be extended.
The author of the class wants to discourage people from using the class in any way.
Using the class Is guaranteed to cause errors at runtime.
Submit