What is the difference between rowmapper and resultsetextractor?
Answer / Satti Devi
DOGET is used for retrieving data (GET request) from a server, while DOPOST is used for sending data (POST request) to a server. GET requests should be idempotent, meaning making multiple identical requests should not change the state of the server, while POST requests can modify the state of the server.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is a typical spring implementation look like?
What is inner bean definition?
What is bean factory in spring?
What is stateful bean in spring?
What is the difference between classpath and build path?
Can we close statement before resultset?
What is difference between @restcontroller and @controller?
Is spring boot a mvc?
How many types of dependency injection are there?
What is the difference between joinpoint and pointcut?
How many annotations are there in spring?
Why should we use spring?