Skill/Topic: BeginnerA) Control Level BindingB) Page level bindingC) Data level bindingD) Html binding
Latest Answer : Control BindingData Binding ...
Skill/Topic: BeginnerA) TrueB) False
Latest Answer : Answer: A , Explanation: Data request or UI request will go to ControlServlet then it will generate a HTTP request to Particular Worker Bean. ...
Skill/Topic: BeginnerA) YesB) NoExplanation: No as it is the pageclass that decides which of the customized pages will be used for a user.
Skill/Topic: BeginnerA) Provides methods to create and access client side Cdos.B) Used by Binding Framework to associate page element with beans.C) Converts modified Cdos back into XML on page submit.D)
Skill/Topic: BeginnerA) Load BeansB) Child Worker BeansC) Child Load BeansD) Child Save Beans
Latest Answer : A ...
Skill/Topic: BeginnerA) It is used to instantiate the Application BeansB) Called by controller and from within Application BeansC) Forms the integral part of the Adapter class.D) Selects the appropriate
Latest Answer : Answer: A, Explanation: If we want to creat a load,save or Message Bean we need to instantiate the Bean Factory. ...
29. This method is main entry point for the worker bean processing and is called by the controller servlet. The name of the method is
Skill/Topic: BeginnerA) void processIncomingRequest(HttpServletRequest request, HttServletResponse response, BeanFactory beanFactory)B) void processIncomingRequest(HttpServletRequest request, BeanFactory
30. Worker bean calls ________ method to create, __________ method to initialize and ___________ method to initiate the creation of CBO’s within Save Bean
Skill/Topic: BeginnerA) createSaveBean(), setUpSaveBean(), SB.init()B) setUpSaveBean(), createSaveBean(),SB.init()C) SB.init(), createSaveBean(), setUpSaveBean()D) createSaveBean(), SB.init(), setUpSaveBean()
31. Map Table provides mapping between following baseline Java Classes and their customized counterparts.
Skill/Topic: BeginnerA) Worker Bean, Save Bean customizationsB) Controller ServletC) Load Bean customizationsD) CBO customizationsExplanation: Controller Servlet can’t be customized.
Skill/Topic: IntermediateA) communicate between jsp and save beanB) communicate between jsp and load beanC) communicate between child load bean and jspD) communicate between jsp and external system.