Login
Remember
Register
Ask a Question
Which is the class that has to be autowired with the controller class for invoking processes?
+1
vote
asked
Jan 10, 2022
in
Spring Framework Database Integration
by
rajeshsharma
Which is the class that has to be autowired with the controller class for invoking processes?
Select the correct answer from below options:
a) Model
b) Entity
c) None of the options
d) Service
e) Any of the options
autowired-controller
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 10, 2022
by
rajeshsharma
Service
is the class that has to be autowired with the controller class for invoking processes
...