Quiz Yourself on Implementing Deletion

Test yourself on the implementation of the deletion of an entity.

1

Support for HTTP DELETE verb is not enabled by default. How do you enable it?

A)

Add spring.mvc.hiddenmethod.filter.enabled=true to your application.properties file.

B)

Add spring.mvc.hiddenmethod.filter.enabled=false to your application.properties file.

C)

Add spring.mvc.hiddenmethod.filter.disabled=false to your application.properties file.

D)

Add spring.mvc.hiddenmethod.filter.disabled=true to your application.properties file.

Question 1 of 30 attempted

Get hands-on with 1200+ tech skills courses.