Question: What is the result of calling the map controller method using the HTTP request GET localhost:8080/map?foo=foo&bar=bar ?
- An InvalidParameterNameMappingException is thrown at runtime.
 - barfoo
 - foobar
 - A status code of 400 Bad Request is returned.
 
Answer: The correct answer of the above question is Option C:foobar