Spring Framework Practice Test
Spring Framework Spring Core & Dependency Injection
Which Spring annotation is used to mark a class as a Spring-managed component?
Select your answer
A
@Component
B
@Bean
C
@Autowired
D
@Service
Hint