Home » JAVA Programming » Java Basic » Question
  1. Annotation type definition looks similar to which of the following?
    1. Interface
    2. Field
    3. Class
    4. Method
    5. None of these
Correct Option: A

Annotation type definition is similar to an interface definition in which the keyword interface is preceded by the sign @.



Your comments will be displayed only after manual approval.