Java SE 9, Part 9 of 14: Expressions, DB and Threads
Interactive

Java SE 9, Part 9 of 14: Expressions, DB and Threads

BizLibrary
Updated Feb 04, 2020

Welcome to the Java 9 Master Course. Whether you've programmed before or never had programming experience, by the end of this series you'll be able to write sophisticated real world Java applications. This course covers Lambda Expression syntax and how it makes writing your code easier. it also covers an introduction to CRUD operations in Databases as well as an introduction to how threads work in Java. This course contains the following lessons:


Lesson 1:

  • Lambda Intro
  • Lambda Expressions
  • Lambda Expressions with Multiple Params.

Lesson 2:

  • Lambda Expressions - foreach Loops
  • Lambda Expressions - Multiple statements
  • Lambda and Comparator
  • Lambda - Filter data with Stream Class.

Lesson 3:

  • Intro to Databases
  • Installing and Setting up MySQL Server
  • Connecting to our Local MySQL database.

Lesson 4:

  • Writing to DB
  • Reading From DB.

Lesson 5:

  • Update DB
  • Delete.

Lesson 6:

  • Intro to Threads
  • Creating our First Thread.

Lesson 7:

  • Threads - Running Multiple threads
  • Threads - Joint and isAlive
  • Threads - Priorities
  • Threads Synchronized method.
;