0 votes
in Spring Framework Database Integration by
recategorized by

The @Controller annotation indicates ____________

a) How to control the dependency injection.

b) How to control the transaction management.

c) How to control the aspect programming.

d) That a particular class serves the role of a controller.

1 Answer

0 votes
by
d)That a particular class serves the role of a controller.

The @Controller annotation indicate That a particular class serves the role of a controller.

Related questions

0 votes
asked Mar 1, 2020 in Spring Framework Database Integration by SakshiSharma
0 votes
asked Mar 1, 2020 in Spring Framework Database Integration by SakshiSharma
...