What is the use of annotations?
Answer / Sudhakar Sharma
Annotations in Spring Framework (and Java in general) are used to declare additional information about programming constructs (like classes, methods, fields) at compile-time. This metadata enables powerful functionality such as dependency injection, aspect-oriented programming, and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between oauth and oauth2?
Explain the working principle of spring batch.
List some of the design patterns used in the spring framework?
What are pojo classes in spring?
What is logback?
What is the default autowiring mode?
What is a 3 tier architecture?
What is @springboottest?
What is @responsebody in spring?
What are inner beans in spring?
What is a transactional view?
Name the exception class which is connected to the exceptions thrown by the applications?