Learn your way! Get started

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

with expert Paulo Dichone


Watch trailer


Course at a glance

Included in these subscriptions:

  • Dev & IT Pro Video
  • Dev & IT Pro Power Pack

Release date 7/8/2019
Level Beginner
Runtime 2h 25m
Closed captioning N/A
Transcript N/A
eBooks / courseware N/A
Hands-on labs N/A
Sample code Included
Exams Included


Enterprise Solutions

Need reporting, custom learning tracks, or SCORM? Learn More



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.

Prerequisites

This course is for beginners and programmers with experience alike.

Meet the expert

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.

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)