QuestionQ298
Develop and test codeYou create a method that uses the Async framework.
You need to capture the result from calling the Async method.
Which three elements should be included in the signature or parameters of the result method? Each correct answer presents part of the solution.
> NOTE: Each correct selection is worth one point.
Choose three
- A void
- B static
- C Boolean
- D AsyncTaskResult
- E container
Community Discussion