Curated Video
Java Programming for Complete Beginners - Java 16 - Step 16 - Simplify Functional Programming Code with Method References
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 24 - Map Interface - Basic Operations
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 22 - Map Interface - an Introduction - Key and Value
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...
Englishing
Lesson on Mixed CONDITIONALS (TERRIFIC Lesson on a very DIFFICULT grammar topic)
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Java Ternary Operation - an Introduction
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - Java Switch Statement - Exercises - isWeekDay, nameOfMonth, nameOfDay
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - If Else Problem - How to Get User Input in Java?
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Programming Tip 1: Refactoring with Eclipse
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Returning from a Java Method - an Introduction
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,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - Printing Output to Console with Java
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 22 - Programming Tips: JShell - Shortcuts, Multiple Lines, and Variables
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Printing Output to Console with Java – Puzzles
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Java Modularization - 03 - Splitting Service and Consumer into Modules
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Getting Started with Java Modularization
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Java Tip 07 - Final Classes and Final Methods
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,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Java Tip 10 - Static Methods cannot Use Instance Methods or Variables
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Basics of Handling Exceptions – Puzzles
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 12 - Write less code with Try with Resources - New Feature in Java 7
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - Stream Intermediate Operations - Exercises - Squares of First 10, Map
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 -...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 26 - Map Interface - Exercise - Count Occurrences of Characters and Words
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 11 - Stream Terminal Operations - 2 - Min, Collect To List
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - List and ArrayList - Choosing Iteration Approach for Printing and Delete
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,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 19 - Java Interface Versus Abstract Class - a Comparison
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - How to Make Best Use of the Course Guide
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,...