Home » JAVA Programming » Java Basic » Question
  1. Which of the following is not pre defined annotation in Java?
    1. @FunctionInterface
    2. @SafeVarags
    3. @Overriden
    4. @Deprecated
    5. None of these
Correct Option: C

@Overriden is not a pre defined annotation in Java. @Depricated, @Override, @SuppressWarnings, @SafeVarags and @FunctionInterface are the pre defined annotations.



Your comments will be displayed only after manual approval.