Spring Boot - Request and Response Handling
Which of the following method signatures correctly handles a path variable
id and a query parameter sort in Spring Boot?id and a query parameter sort in Spring Boot?id. Query parameters come after ?, so use @RequestParam for sort.id and @RequestParam for sort.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions