Page 1 of 1

About Question enthuware.ocejws.v6.2.211 :

Posted: Wed Jan 29, 2014 1:13 pm
by sathishkumar
Eventhough the fourth option is wrong, the explanation is not correct.

Code is not syntactically ok because it will not compile.

Re: About Question enthuware.ocejws.v6.2.211 :

Posted: Wed Jan 29, 2014 2:15 pm
by fjwalraven
Yes, you are right. I have changed the 4th option into:
String response = webResource.accept("text/plain").entity(entity, "text/plain").post(String.class);
Thanks for your feedback!

Regards,
Frits