Skip to content

Oracle Certificaiton and Exams

  • Contact Us

Copying an Entire Directory – Java I/O: Part II

Posted on 07/25/2023 Updated on 07/25/2024

Copying an Entire Directory The Files.copy() method only copies a single file or creates an empty directory at its destination,… Read more

Posted in Oracle Certification Exam, Walking the Directory Hierarchy     Leave a comment     

Searching for Directory Entries – Java I/O: Part II

Posted on 05/25/2023 Updated on 07/25/2024

Searching for Directory Entries The find() method of the Files class can be used for searching or finding directory entries… Read more

Posted in Creating Regular Directories, Executing Synchronized Code, Oracle Certification Exam     Leave a comment     

Understanding Concurrency and Parallelism – Concurrency: Part I

Posted on 02/25/2023 Updated on 07/25/2024

Understanding Concurrency and Parallelism There is an important distinction between the concept of parallelism and concurrency when it comes to… Read more

Posted in Creating Regular Directories, Oracle Certification Exam, Searching for Directory Entries     Leave a comment     

Directory Hierarchy Traversal – Java I/O: Part II

Posted on 01/25/2023 Updated on 07/25/2024

Directory Hierarchy Traversal Tree traversal is an important topic in computer science. Other synonyms used in the literature for traversing… Read more

Posted in Creating Regular Directories, Oracle Certification Exam, Sleeping and Waking Up     Leave a comment     

Runtime Organization for Thread Execution – Concurrency: Part I

Posted on 12/25/2022 Updated on 07/25/2024

22.2 Runtime Organization for Thread Execution Most JVM implementations run as a single process, but allow multiple threads to be… Read more

Posted in Creating Regular Directories, Oracle Certification Exam, Walking the Directory Hierarchy     Leave a comment     

Creating Threads – Concurrency: Part I

Posted on 11/25/2022 Updated on 07/25/2024

22.3 Creating Threads A thread in Java is represented by an object of the java.lang.Thread class. Every thread in Java… Read more

Posted in Executing Synchronized Code, Oracle Certification Exam, Searching for Directory Entries     Leave a comment     

Extending the Thread Class – Concurrency: Part I

Posted on 10/25/2022 Updated on 07/25/2024

Extending the Thread Class A class can also extend the Thread class to create a thread. A typical procedure for… Read more

Posted in Executing Synchronized Code, Oracle Certification Exam, Sleeping and Waking Up     Leave a comment     

Types of Threads – Concurrency: Part I

Posted on 08/25/2022 Updated on 07/25/2024

Types of Threads The runtime environment distinguishes between normal threads (also called user threads) and daemon threads. As long as… Read more

Posted in Executing Synchronized Code, Oracle Certification Exam, Walking the Directory Hierarchy     Leave a comment     

Thread Lifecycle – Concurrency: Part I

Posted on 06/25/2022 Updated on 07/25/2024

22.4 Thread Lifecycle Before diving into the lifecycle of a thread, a few important thread-related concepts should be understood. Objects,… Read more

Posted in Oracle Certification Exam, Searching for Directory Entries, Sleeping and Waking Up     Leave a comment     

Thread States – Concurrency: Part I

Posted on 05/25/2022 Updated on 07/25/2024

Thread States Understanding the lifecycle of a thread can be beneficial when programming with threads. Threads can exist in different… Read more

Posted in Oracle Certification Exam, Searching for Directory Entries, Walking the Directory Hierarchy     Leave a comment     

Posts pagination

Previous 1 2 3 4 Next

Archives

  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • October 2023
  • September 2023
  • July 2023
  • May 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • August 2022
  • June 2022
  • May 2022
  • March 2022
  • February 2022
  • November 2021
  • October 2021
  • August 2021
  • July 2021
  • June 2021
  • April 2021
  • February 2021
  • January 2021

Categories

  • Creating Regular Directories
  • Executing Synchronized Code
  • Oracle Certification Exam
  • Searching for Directory Entries
  • Sleeping and Waking Up
  • Walking the Directory Hierarchy
All Rights Reserved 2024-2026