Page 1 of 1

About Question com.enthuware.ets.scbcd.v5.2.39 :

Posted: Tue May 14, 2013 5:11 pm
by trsimoes
Why is the answer "The methods declared in TellerRemote interface" incorrect? If TellerRemote only declared the getRate() method, would both methods still get exposed in the web service?

Re: About Question com.enthuware.ets.scbcd.v5.2.39 :

Posted: Fri Jun 14, 2013 6:45 am
by admin
That option is incorrect because all the public methods in the bean will be exposed and not just the methods declared in TellerRemote. Since you have to select only one option, option 2 is correct.

Yes, if TellerRemote declared only the getRate method, still both the methods will be exposed.

HTH,
Paul.