Java SE: JDBC, Reflections, and Threading, Part 14 of 18
Interactive

Java SE: JDBC, Reflections, and Threading, Part 14 of 18

LearnNow Online
Updated Oct 25, 2018

Course description

Java was introduced many years ago not for the internet but has since expanded to be an industry standard for web pages. This course goes beyond the introduction to the advanced Java programming language and how to develop Java applications using Eclipse. You will learn how to use JavaBeans, JDBC, Internationalization, Reflection, Threads and Networking.

Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.


Prerequisites

This course is intended for programmers who are familiar with Java and want to learn about the advanced features of Java. Students should have a good understanding object-oriented programming using Java.


Meet the expert

Gene Van Sant

Gene Van Sant has over two decades of experience as a software/systems implementer and solutions integration architect. He has experience as a contractor and maintains instructor certifications from IBM and others. Gene balances his career between implementing and automating full blown real world solutions and teaching classes/workshops on emerging technologies and products. This allows Gene to gain valuable extensive real world experience while also staying ahead of the wave with cutting-edge expertise.

Video Runtime

124 Minutes

Time to complete

144 Minutes

Course Outline

Threads

Threads: Overview (46:05)

  • Introduction (01:03)
  • Overview: Threads (01:28)
  • Why Threads (08:18)
  • Threads in Java (02:00)
  • Two Ways to Create a Thread (01:01)
  • Thread Lifetime (04:02)
  • JVM Scheduler (02:19)
  • Demo: Create a Runnable Class (02:56)
  • Demo: Schedule/Control Threads (06:41)
  • Demo: Change Thread Priority (02:18)
  • Demo: Sleep/Wait (05:40)
  • Demo: Stopping a Thread (03:58)
  • Demo: Create a Daemon Thread (04:12)
  • Summary (00:02)

Threads: Synchronization (44:49)

  • Introduction (00:15)
  • Executor Interface (00:36)
  • Using the Executor (01:00)
  • Callable (01:19)
  • ExecutorService Object (00:39)
  • Future Object (00:57)
  • Demo: Callable (05:26)
  • Demo: ExecutorService (06:18)
  • Coordinate Thread Cooperation (01:40)
  • Synchronization (03:25)
  • Object Lock Flag (01:56)
  • Synchronized keyword (01:22)
  • Summary: Synchronization (01:04)
  • Synchronization: Producer/Consumer (01:43)
  • Demo: Synchronization Producer (10:04)
  • Demo: Synchronization Consumer (06:59)
  • Summary (00:02)

Thread: Coordination (33:05)

  • Introduction (00:15)
  • Coordinate Thread Cooperation (00:34)
  • wait() and notify() (00:57)
  • Coordination: Producer/Consumer (00:59)
  • Demo: Coordination (00:21)
  • Demo: wait() and notify() (07:44)
  • Deadlock (01:13)
  • Demo: Deadlock (19:55)
  • Summary (01:01)
;