EMC Exam Questions

where is the TBO executed?

A TBO has been created for the custom object type called my_loan_application. If the following
statement is executed in a Webtop custom component, where is the TBO executed?
IDfSysObject loanApp = (IDfSysObject)session.newObject(“my_loan_application”);

A.
The TBO executes on the client browser’s JVM.

B.
The TBO executes on the Global Registry computer.

C.
The TBO executes on the application server JVM.

D.
The TBO execuctes on the Content Server JVM.