TFA101
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Sharing URL Help
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee
  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    4
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    --- tags: Java, Cherry --- [共享目錄] Java 2 學習筆記 === 本文件使用書本模式整理、編輯,建議右上角選書本模式瀏覽觀看(也可以直接 ==<a href="/@TFA101/CherryJava" target="_blank">點我</a>==): ![image alt](https://i.imgur.com/ZtYNce3.png "title" =320x) Author --- HackMD page: @czyue 很歡迎大家聯繫,在這裡都可以找到我: 1. 我的部落格:https://cherrychaoyueh.vercel.app/ 2. 我的 LinkedIn:https://www.linkedin.com/in/hsin-hua-chao-yueh-437688193/ 3. 我的 GitHub:https://github.com/qoosdd89382 使用方式 --- ### 請使用左邊卷軸切換筆記 如果是直接點右邊這一塊內文區域裡的連結,會跳出新視窗,會煩死喔。 ### 於筆記內圈選錯誤段落、留言提出 因為還是希望保留「指出錯誤、討論」的紀錄,所以如果有錯誤的話,歡迎圈選錯誤段落、留言提出,讓大家可以在留言區討論,如果有修正也會註明在留言區。 根目錄 --- - [[共享目錄] Java 2 學習筆記](/@TFA101/CherryJava) 例外處理 --- - [模組1 例外機制] - [模組2-3 例外處理操作] - [模組4 進階例外處理] - [模組5 改良例外處理機制] 循序存取媒體(I/O、Reader/Writer) --- - 模組6 File 類別 - [模組7 循序存取媒體(I/O、Reader/Writer)](/bB3SkLNFQp6TiKlkBGVhpg) - [模組8-9 循序存取媒體(I/O鍊、Reader/Writer鍊)](/@RtaWwakYTeOSfTzbFkNCTw/rk9JOkwQd) - [模組10 網路資料流(簡易爬蟲、java﹒net)] - [模組11 Console I/O(System﹒in、out與err、Scanner)、資料流特殊功能](/RpSmPMAvQ9uWQyrwgtTBrQ) - [模組12 物件輸入與輸出(Serializable)](/@RtaWwakYTeOSfTzbFkNCTw/SytKBnvXO) 集合(Collection) --- - [模組13-15 集合(Collection)](/tGwjsD53TKOI31SSfKf1AQ) - [模組16 泛型(Generic)](/3KKTeYGxSP2hzJ3XQqeM4g) - [模組17 加強迭代操作(Iterator、for-each)](/tGwjsD53TKOI31SSfKf1AQ?view#迭代器(Iterator)) - [模組18 集合物件排序(Comparable、compareTo()、sort())](/hh2j55-eTRmvSAEZviBtbg) - [模組19 集合物件唯一性(hashCode()、equals())](/0b3kTwWPTImimNbBfxKwPg) - [模組20 集合與資料結構(LinkedXxx、Queue、FIFO、FILO)](/yw4fpI5XTum6Pez0KrZ_Vw) 執行緒(Thread) --- - [模組21-22 執行緒與多執行緒設計(Thread、Multithreading、Runnable、Life Cycle of Thread)](/OisZ0l--R9Ofc4p1rrnR4Q) - [模組23 控制執行緒與優先安排(join()、yeild()、setPriority())](/@czyue/SkrBq9FEO) - [模組24 多執行緒同步(Synchronization、synchronized、Thread-safe)](/s18iPTLfT5ioxju5xMF_Sw) - [模組25 多執行緒溝通(wait()、join()、notify()、notifyAll())](/LpX7_70aQYeNGNFHSh7ATg?both) - [模組26 死結問題(DeadLock)、執行緒的過時 API(stop()、resume())](/@czyue/HJjBJmZ8O) 常用類別(Class)大雜燴 --- - [模組29-31 日期時間資料] ------ ↑ 未完成 ------

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully