Week 8 Quiz True or False Flashcards
1
Q
You can provide configuration to spring using XML, a configuration bean, and annotation-driven configuration.
A
TRUE
2
Q
Spring Data requires some underlying ORM technology like Hibernate.
A
TRUE
3
Q
In Spring MVC, a controller is a class that provides direct access to methods based on URL patterns and HTTP Methods.
A
TRUE
4
Q
RESTful web services use HTTP methods to implement the concept of REST architecture.
A
TRUE
Explanation : RESTful web services use HTTP methods to implement the concept of REST architecture.
5
Q
Each resource in REST architecture is identified by its URI.
A
TRUE
Explanation : Each resource in REST architecture is identified by its URI.