Which two are Java Exception classes?
A.
SercurityException
B.
DuplicatePathException
C.
IllegalArgumentException
D.
TooManyArgumentsException
Which two are Java Exception classes?
Which two are Java Exception classes?
A.
SercurityException
B.
DuplicatePathException
C.
IllegalArgumentException
D.
TooManyArgumentsException
Spellcheck, anyone?
C,D
No, D-TooManyArguments is not an exception but an error during compilation.
A, C
Just Google it.
public class SecurityException
extends RuntimeException
Thrown by the security manager to indicate a security violation.
http://docs.oracle.com/javase/7/docs/api/java/lang/SecurityException.html
A,C,D
Class TooManyArgumentsException
java.lang.Object
extended by java.lang.Throwable
extended by java.lang.Exception
extended by org.freehep.util.commandline.CommandLineException
extended by org.freehep.util.commandline.TooManyArgumentsException