Login
Remember
Register
Ask a Question
Which is not a valid method in RestTemplate to get http request?
+1
vote
asked
Jan 19, 2022
in
Spring Framework Consuming REST Service
by
sharadyadav1986
Which is not a valid method in RestTemplate to get http request?
Select the correct answer from below options:
a) getForObject
b) getForEntity
c) None of the options
d) getForLocation
resttemplate
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 19, 2022
by
sharadyadav1986
d) getForLocation is not a valid method in RestTemplate to get http request
...