Java Annotations | @Override

preview_player
Показать описание
ava Annotations
@Override

Annotations are a very important part of Java in modern technologies, Most of the technologies such as Hibernate, Spring, Spring Boot, JPA, and so Many other Libraries are using annotations and making developers' life lot easy.

In this, Special Edition Series, we will discuss Java Annotations in details, also we will discuss various annotations and how to use them.

In this tutorial, we have discussed,
General Annotation
- @Override

Comment your questions and I will try my best to provide answers.

Like | Share | Subscribe.
Рекомендации по теме
Комментарии
Автор

But when we implement Interfaces we must override the methods otherwise we will get compile time error. In IDE it will show error warning without writing the @override.
In extending concrete classes @override is helpful though.
Can you please explain me ?

vikrraal