檢視 SCJP 1.6版考題 145 的原始碼
←
SCJP 1.6版考題 145
前往:
導覽
,
搜尋
由於下列原因,您沒有權限進行 編輯此頁面 的動作:
您請求的操作只有這個群組的使用者能使用:
管理員
您可以檢視並複製此頁面的原始碼。
Given that the current directory is empty/假設目前的目錄為空的, and that the user has read and write permissions, and the following並且使用者有讀與寫的權限,依下面的程式: 11. import java.io.*; 12. public class DOS{ 13. public static void main(String[] args){ 14. File dir = new File("dir"); 15. dir.mkdir(); 16. File f1 = new File(dir, "f1.txt"); 17. try{ 18. f1.createNewFile(); 19. }catch(IOException e){;} 20. File newDir = new File("newDir"); 21. dir.renameTo(newDir); 22. } 23. } Which statement is true? A. Compilation fails. B. The file system has a new empty directory named dir. 該檔案系統有一個新且空的目錄-名為dir。 C. The file system has a new empty directory named newDir. 該檔案系統有一個新且空的目錄-名為newDir。 D. The file system has a directory named dir, containing a file f1.txt. 該檔案系統有一個新且空的目錄-名為dir,並包含一個檔案f1.txt。 E. The file system has a directory named newDir, containing a file f1.txt. 該檔案系統有一個新且空的目錄-名為newDir,並包含一個檔案f1.txt。 <div class="toccolours mw-collapsible mw-collapsed"> <span style="font-size:medium;">解答</span> ---- <div class="mw-collapsible-content"> <span style="font-size: medium;">Ans: E </span> <span style="font-size:medium;"> 解說: 上面程式流程如下: L14 建立 dir 物件,是 file 物件 L15 會建立一個目錄 L16 與 L18,f1 會建立一個新檔案 L20 建立了一個新目錄 L21 把原 dir 物件,目錄名為 dir,要變更為 newDir 所以結果為 newDir 目錄中有一個f1.txt 檔案 </span> </div></div> {{SCJP 1.6版考題講解}}
此頁面使用了以下模板:
模板:Navbar
(
檢視原始碼
)
模板:Navbox
(
檢視原始碼
)
模板:SCJP 1.6版考題講解
(
檢視原始碼
)
模板:Transclude
(
檢視原始碼
)
返回至
SCJP 1.6版考題 145
。
導覽選單
個人工具
登入
命名空間
頁面
討論
變體
檢視
閱讀
檢視原始碼
檢視歷史
更多
搜尋
導覽
首頁
基本資料
專案計劃
教授課程(本學期)
創意3D列印實務
程式設計
資料結構
WordPress
教授課程(所有)
資訊安全
科技英文
資料庫管理
管理專業英文
管理資訊系統
作業系統
專利與發明
程式設計
學生專題
網路概論
技術與學習
Delphi XE
3D印表機
SCJP考題
Arduino/pcDuino
Android
Linux/Unix
虛擬/雲端作業系統
網站功能
Wiki安裝設定筆記
隨機頁面
說明
工具
連結至此的頁面
相關變更
特殊頁面
頁面資訊