阿摩線上測驗 登入

試題詳解

試卷:109年 - 初級行動裝置程式設計師能力鑑定樣題:行動裝置程式開發-Android 程式設計101-150#93607 | 科目:行動裝置程式開發 -Android程式設計

試卷資訊

試卷名稱:109年 - 初級行動裝置程式設計師能力鑑定樣題:行動裝置程式開發-Android 程式設計101-150#93607

年份:109年

科目:行動裝置程式開發 -Android程式設計

128. 關於 Android 檔案輸出入 API,下列敘述何者不正確?
(A) android.content.ContextWrapper.openFileInput 方法可用來開啟為 了讀檔用的應用程式自己私有的檔案
(B) android.content.ContextWrapper.openFileOutput 方法的回傳資料 型別為 java.io.DataOutputStream
(C) android.content.ContextWrapper.openFileInput 方法的回傳資料型 別為 java.io.FileInputStream
(D) android.content.ContextWrapper.openFileOutput 方法可用來開啟 為了寫檔用的應用程式自己私有的檔案
正確答案:登入後查看