logo
logo
Sign in

What are Annotations in Java?

avatar
Jessy
What are Annotations in Java?

Annotations in Java has been one of the important concepts to help prepare for any Java interview. Annotations provide auxiliary information about the program. It can be attached with classes, interfaces, methods, constructors to provide additional information which is helpful to JVM and java compilers. It does not affect the execution of the code. It was firstly implemented in Java 5. They are started with ‘@’.
Learn More.
Here's a detailed interview questions guide that will help you in your Java preparation.

collect
0
avatar
Jessy
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more