Instructional Video9:48
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 16 - Simplify Functional Programming Code with Method References

Higher Ed
In this session, we will learn about simplify functional programming code with method references. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video5:00
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 24 - Map Interface - Basic Operations

Higher Ed
In this session, we will learn about map interface - basic operations. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore Java collections - list...
Instructional Video2:50
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 22 - Map Interface - an Introduction - Key and Value

Higher Ed
In this session, we will learn about map interface - an introduction - key and value. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore Java...
Instructional Video8:07
Englishing

Lesson on Mixed CONDITIONALS (TERRIFIC Lesson on a very DIFFICULT grammar topic)

9th - Higher Ed
This video is about mixed conditionals. These conditionals are used for unreal situations. There can be six different patterns, and they can refer to present, past or future actions. It is suggested to learn first the other 3 types of...
Instructional Video6:22
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Java Ternary Operation - an Introduction

Higher Ed
In this video, we will learn about Java ternary operation - an introduction. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals...
Instructional Video13:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Java Switch Statement - Exercises - isWeekDay, nameOfMonth, nameOfDay

Higher Ed
In this video, we will learn about Java switch statement - exercises - isWeekDay, nameOfMonth, nameOfDay. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video6:45
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - If Else Problem - How to Get User Input in Java?

Higher Ed
In this video, we will learn about if else problem - how to get user input in Java. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore...
Instructional Video4:38
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - Programming Tip 1: Refactoring with Eclipse

Higher Ed
In this video, we will learn about programming tip 1: refactoring with Eclipse. This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video5:48
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Returning from a Java Method - an Introduction

Higher Ed
In this video, we will learn about returning from a Java method - an introduction. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".Here,...
Instructional Video10:54
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Printing Output to Console with Java

Higher Ed
This video talks about printing output to console with Java. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video7:08
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 22 - Programming Tips: JShell - Shortcuts, Multiple Lines, and Variables

Higher Ed
This video talks about shortcuts, multiple lines, and variables. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video8:01
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Printing Output to Console with Java – Puzzles

Higher Ed
This video talks about printing output to console with Java – puzzles. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video8:56
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Java Modularization - 03 - Splitting Service and Consumer into Modules

Higher Ed
In this session, we will create modules for the service and consumer project. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This section focuses...
Instructional Video4:06
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Getting Started with Java Modularization

Higher Ed
In this lesson, we will understand Java modularization. This clip is from the chapter "Java New Features - Java 10 to Java 16" of the series "Java Programming for Complete Beginners - Java 16".This section focuses on the new updates added.
Instructional Video5:19
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip 07 - Final Classes and Final Methods

Higher Ed
In this session, we will learn about final classes and final methods. This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at a few tips for imports,...
Instructional Video2:43
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip 10 - Static Methods cannot Use Instance Methods or Variables

Higher Ed
In this session, we will learn that static methods cannot use instance methods or variables. This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at a...
Instructional Video4:00
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Basics of Handling Exceptions – Puzzles

Higher Ed
In this session, we will learn about basics of handling exceptions – puzzles. This clip is from the chapter "Introduction to Exception Handling" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video3:22
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 12 - Write less code with Try with Resources - New Feature in Java 7

Higher Ed
In this session, we will learn about write less code with try with resources - new feature in Java 7. This clip is from the chapter "Introduction to Exception Handling" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video4:34
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Stream Intermediate Operations - Exercises - Squares of First 10, Map

Higher Ed
In this session, we will learn about stream intermediate operations - exercises - squares of first 10, map. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...
Instructional Video8:43
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 26 - Map Interface - Exercise - Count Occurrences of Characters and Words

Higher Ed
In this session, we will learn about map interface - exercise - count occurrences of characters and words. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video7:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Stream Terminal Operations - 2 - Min, Collect To List

Higher Ed
In this session, we will learn about stream terminal operations - 2 - min, collect to list. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video6:56
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - List and ArrayList - Choosing Iteration Approach for Printing and Delete

Higher Ed
In this session, we will learn about list and ArrayList - choosing iteration approach for printing and delete. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Instructional Video3:49
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 19 - Java Interface Versus Abstract Class - a Comparison

Higher Ed
In this session, we will learn about Java interface versus abstract class - a comparison. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video1:30
Curated Video

Java Programming for Complete Beginners - Java 16 - How to Make Best Use of the Course Guide

Higher Ed
This video provides information about how to make best use of the course guide. This clip is from the chapter "Introduction to Course – Java Programming" of the series "Java Programming for Complete Beginners - Java 16".In this section,...