What are some of the important spring annotations which you have used?
Answer / Rochak Mehrotra
"Some important Spring annotations include @Autowired, @Component, @Service, @Repository, and @Controller. They are used for Dependency Injection (DI), component scanning, service layer, data access layer, and web layer respectively."
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is spring boot preferred? : Spring Boot
How is a bean added to a spring application?
What are the examples of standard spring events?
What is spring aop used for?
What is the default scope of bean in spring framework?
Why spring framework is introduced?
What is spring bin?
What is the difference between spring and spring boot? : Spring Boot
What is autowired in spring boot? : Spring Boot
What is difference between oauth and oauth2?
What are different modes of auto-wiring?
What is the use of spring data?