Skip to content

Oracle Certificaiton and Exams

  • Contact Us

Author: John Hammer


Thread Priorities – Concurrency: Part I

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

Thread Priorities Threads are assigned priorities that the thread scheduler can use to determine how the threads will be scheduled…. Read more

Posted in Creating Regular Directories, Executing Synchronized Code, Oracle Certification Exam, Searching for Directory Entries, Sleeping and Waking Up, Walking the Directory Hierarchy     Leave a comment     


Thread Scheduler – Concurrency: Part I

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

Thread Scheduler Schedulers in JVM implementations usually employ one of the following two strategies, which come into play in the… Read more

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


Creating Temporary Directories – Java I/O: Part II

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

Creating Temporary Directories Analogous to temporary files, temporary directories can be created by the create-TempDirectory() methods of the Files class…. Read more

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


Executing Synchronized Code – Concurrency: Part I

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

Executing Synchronized Code Threads share the same memory space—that is, they can share resources. However, there are critical situations where… Read more

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


Synchronized Methods – Concurrency: Part I

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

Synchronized Methods If the methods of an object should only be executed by one thread at a time, then the… Read more

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


Reentrant Synchronization – Concurrency: Part I

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

Reentrant Synchronization While a thread is inside a synchronized method of an object, all other threads that wish to execute… Read more

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


Reading Text Lines Using a Functional Stream – Java I/O: Part II

Posted on 07/25/2021 Updated on 07/25/2024

Reading Text Lines Using a Functional Stream The lines() method of the Files class creates a stream that can be… Read more

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


Synchronized Statements – Concurrency: Part I

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

Synchronized Statements Whereas execution of synchronized methods of an object is synchronized on the lock of the object, the synchronized… Read more

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


Interrupt Handling – Concurrency: Part I

Posted on 04/25/2021 Updated on 07/25/2024

Interrupt Handling The purpose of interrupts is to allow threads to inform each other when the task they are running… Read more

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


Sleeping and Waking Up – Concurrency: Part I

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

Sleeping and Waking Up Transitions by a thread that is sleeping and waking up are illustrated in Figure 22.8. A… Read more

Posted in Creating Regular Directories, Oracle Certification Exam, 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