試卷名稱:109年 - 109-1初級行動裝置程式設計師-科目2#93601
年份:109年
科目:行動裝置程式開發 -Android程式設計
47. Service 是 Android 的應用程式元件之一,適合用來執行需使用較長時 間且不與使用者互動的作業。附圖程式片段是一個基本的 Service 應用程式元件,假設在 launcher activity 執行 startService()方法後可以正常 啟動此 Service,則程式片段中的空白處應依序填入何者?
(A) android.app.Service、onStartService
(B) android.app.WorkerThread、onStartCommand
(C) android.app.Service、onStartCommand
(D) android.content.Service、onInitService