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

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

LearnNow Online
Updated Feb 21, 2019

Course description

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.

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.


This course is for beginners and programmers with experience alike.


Paulo Dichone

Paulo Dichone graduated from Whitworth University with a B.S in Computer Science in 2009 and has worked building Android and iOS mobiles apps as well as web applications. Since 2014 he's been an online instructor teaching over 40,000 students from 170 countries in how to program Java and build Android Applications.

Video Runtime

145 Minutes

Time to complete

258 Minutes

Course Outline

Lambda Expressions

Lambda Expressions (15:58)

  • Introduction (00:10)
  • Lambda Intro (02:18)
  • Lambda Expressions (05:58)
  • Lambda Expressions with Multiple Params (07:23)
  • Summary (00:08)

More Lambda Expressions (25:06)

  • Introduction (00:08)
  • Lambda Expressions - foreach Loops (04:16)
  • Lambda Expressions - Multiple statements (03:39)
  • Lambda and Comparator (08:37)
  • Lambda - Filter data with Stream Class (08:16)
  • Summary (00:08)

Intro To Databases (24:26)

  • Introduction (00:08)
  • Intro to Databases (03:10)
  • Installing and Setting up MySQL Server (09:06)
  • Connecting to our Local MySQL database (11:53)
  • Summary (00:08)

Write And Read (24:24)

  • Introduction (00:08)
  • Writting to DB (14:56)
  • Reading From DB (09:11)
  • Summary (00:08)

Update And Delete (17:02)

  • Introduction (00:08)
  • Update DB (08:49)
  • Delete (07:57)
  • Summary (00:08)

Threads

Intro To Threads (15:14)

  • Introduction (00:08)
  • Intro to Threads (04:55)
  • Creating our First Thread (10:03)
  • Summary (00:08)

Threads Attributes (23:11)

  • Introduction (00:08)
  • Threads - Running Multiple threads (06:51)
  • Threads - Joint and isAlive (06:10)
  • Threads - Priorities (04:22)
  • Threads Synchronized method (05:30)
  • Summary (00:08)
;