Skip to content

Code Repository for Learning Java 9 - Databases and Multithreading in Java, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Learning-Java-9---Databases-and-Multithreading-in-Java-

Repository files navigation

Learning-Java-9---Databases-and-Multithreading-in-Java-

Code Repository for Learning Java 9 - Databases and Multithreading in Java, published by Packt

Learning Java 9 - Databases and Multithreading in Java [Video]

This is the code repository for Learning Java 9 - Databases and Multithreading in Java [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

Java programs can perform many actions in parallel, with each action being performed by a separate process known as a thread. A multi-threaded program might perform database access using one thread while another thread handles the display. Multithreading is a very powerful feature of the Java language.

What You Will Learn

  • What is a database and why do I need to use one in my application?
  • The two major database classes : SQL and NoSQL
  • How to integrate a database into your application
  • The need for multithreading
  • Speeding up applications using multithreading
  • Deadlocks and livelocks, and how to avoid them

Instructions and Navigation

Assumed Knowledge

To fully benefit from the coverage included in this course, you will need:
This course targets developers who have Java experience and are keen to learn how to build applications that leverage databases and multithreading.

This course has the following software requirements:
This video will allow you to explore the exciting capabilities of concurrency in Java. After watching this video, you will be able to comfortably build parallel applications in Java 9.

Related Products

About

Code Repository for Learning Java 9 - Databases and Multithreading in Java, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages