What is the difference between rowmapper and resultsetextractor?



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

Post New Answer

More Spring Framework Interview Questions

How is a typical spring implementation look like?

1 Answers  


What is inner bean definition?

1 Answers  


What is bean factory in spring?

1 Answers  


What is stateful bean in spring?

1 Answers  


What is the difference between classpath and build path?

1 Answers  


Can we close statement before resultset?

1 Answers  


What is difference between @restcontroller and @controller?

1 Answers  


Is spring boot a mvc?

1 Answers  


How many types of dependency injection are there?

1 Answers  


What is the difference between joinpoint and pointcut?

1 Answers  


How many annotations are there in spring?

1 Answers  


Why should we use spring?

1 Answers  


Categories