Q39 Multiple choice Mark for later Click the Exhibit button.Which two are true? (Choose two.) Select all that apply. A In class A, no new events will be delivered to the application until after the commandAction() method completes. B The event-handling mechanism in class A allows multiple command events to be delivered to the application in parallel. C The commandAction() method code in class B is compliant with the event-handling approachrecommended in the MIDP 2.0 specification. D The commandAction() method code in class A is NOT guaranteed to be portable across all MIDP 2.0- compliant devices. E In class B, no new events will be delivered to the application until after the commandAction() method completes. F The event-handling in class A will NOT print done with action until after the run() method has completed. Correct answer