What is the purpose of the `@Path` annotation in JAX-RS (Java API for RESTful Web Services) applications?
A. To create JavaBeans
B. To execute SQL queries
C. To specify the base URI for a resource class or method
D. To define JavaBean properties
Answer: Option C
Join The Discussion