InterviewSolution
Saved Bookmarks
| 1. |
Define Root Resource Class? |
|
Answer» Root resource CLASS is basically a POJO (Plain Old JAVA OBJECTS) that is ANNOTATED with @Path and has at least ONE method annotated with @Path or have at least a SINGLE resource method. Root resource class is basically a POJO (Plain Old JAVA Objects) that is annotated with @Path and has at least one method annotated with @Path or have at least a single resource method. |
|