Quiz Yourself on Controllers

Take this quiz to test yourself on the basics of controllers.

We'll cover the following...
Technical Quiz
1.

How do you define the URL path that the controller operates on?

A.

@RequestMapping(“/path”)

B.

@Url(“/path”)


1 / 4