InterviewSolution
| 1. |
Can @produces Annotation Be Overridden In A Restless Resource? Give Example? |
|
Answer» Yes. In the following example, the default MIME type is set as text/plain but doGetAsHtml method overrides it to text/html. @Path("/testResource") Yes. In the following example, the default MIME type is set as text/plain but doGetAsHtml method overrides it to text/html. @Path("/testResource") |
|