Instructional Video3:04
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip 16 - Quick Look at Inbuilt Enums - Month, DayOfWeek

Higher Ed
In this session, we will take a quick look at inbuilt enums – Month and DayOfWeek.
r/>
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...
Instructional Video3:40
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip 15 - Enum - Constructor, Variables, and Methods

Higher Ed
In this session, we will learn about enum - constructor, variables, and methods.
r/>
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 Video7:04
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip 13 - Anonymous Classes

Higher Ed
In this session, we will learn about anonymous classes.
r/>
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 Video6:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip 12 - Nested Classes - Inner Class Versus Static Nested Class

Higher Ed
In this session, we will learn about nested classes - inner class versus static nested class.
r/>
This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video6:47
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Getting Started with Synchronized

Higher Ed
In this session, we will learn about getting started with Synchronized.
r/>
This clip is from the chapter "More Concurrency with Concurrent Collections and Atomic Operations" of the series "Java Programming for Complete...
Instructional Video2:42
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - Need for Controlling the Execution of Threads

Higher Ed
In this session, we will learn about need for controlling the execution of threads.
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java...
Instructional Video5:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Theory - States of a Thread

Higher Ed
In this session, we will learn about theory - states of a thread.
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video2:23
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 14 - Threads and Multi-Threading – Conclusion

Higher Ed
In this session, we will learn about threads and multi-threading – conclusion.
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video6:58
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 12 - Executor Service - Waiting for Completion of Multiple Tasks Using invokeAny

Higher Ed
In this session, we will learn about executor service - waiting for completion of multiple tasks using invokeAny.
r/>
This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for...
Instructional Video3:01
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 28 - Java Collections - Conclusion with Three Tips

Higher Ed
In this session, we will learn about Java collections - conclusion with three tips.
r/>
This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video4:58
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 17 - Set Interface - Hands on - HashSet, LinkedHashSet and TreeSet

Higher Ed
In this session, we will learn about set interface - hands on - HashSet, LinkedHashSet, and TreeSet.
r/>
This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video4:17
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 14 - Set Interface - Introduction - No Duplication

Higher Ed
In this session, we will learn about set interface - introduction - no duplication.
r/>
This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video1:19
Curated Video

TypeScript for Beginners - Working with Interfaces Created at Compile Time

Higher Ed
This video demonstrates how to work with interfaces that are created at the time of compilation.
r/>
This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces...
Instructional Video3:06
Curated Video

TypeScript for Beginners - More Programs – 1

Higher Ed
In this video, we write a TypeScript program that will validate a given email ID.
r/>
This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control...
Instructional Video5:40
Curated Video

TypeScript for Beginners - If-Else Ladder

Higher Ed
This video demonstrates how to use the if-else ladder.
r/>
This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control statements and explains how...
Instructional Video3:27
Curated Video

TypeScript for Beginners - Ternary Operators

Higher Ed
This video explains the ternary operators.<br/<br/>>

This clip is from the chapter "Operators" of the series "TypeScript for Beginners".This section introduces you to operators and explains how to use them.
Instructional Video1:47
Curated Video

TypeScript for Beginners - Default Exports

Higher Ed
This video demonstrates how to work with default exports.<br/<br/>>

This clip is from the chapter "Modules" of the series "TypeScript for Beginners".This section introduces you to modules and explains how to use them.
Instructional Video4:15
Curated Video

C++ Programming By Example - Installing Qt5 on Windows

Higher Ed
How do you install Qt5 on Windows 10?

• Download installer from th
e web
• Run
installer
• Select the correct items in insta
ll
er to install

This clip is from the chapter "Introduction to C++ and Qt" of...
Instructional Video4:48
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Introduction to Nested If Else

Higher Ed
In this video, we will learn about nested if else.
r/>
This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java - if...
Instructional Video1:23
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 14 - Primitive Data Types in Depth – Conclusion

Higher Ed
In this video, we will learn about primitive data types in depth – conclusion.
r/>
This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video7:05
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Understanding Basics of Encapsulation with Setter Methods

Higher Ed
In this video, we will understand basics of encapsulation with setter methods.
r/>
This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video0:58
Curated Video

Java Programming for Complete Beginners - Java 16 - Congratulations

Higher Ed
Congratulations!<br/<br/>>

This clip is from the chapter "Congratulations" of the series "Java Programming for Complete Beginners - Java 16".The author ends the course on a congratulatory note.
Instructional Video3:22
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Building REST API to Update a Course – PUT

Higher Ed
In this lesson, we will build REST API to update a course.
r/>
This clip is from the chapter "Simple REST API with Spring Boot and Spring Data JPA" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video8:11
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - OPTIONAL HANDS ON - Using Docker to Launch MySQL

Higher Ed
In this lesson, we will launch MySQL with Docker in this session.
r/>
This clip is from the chapter "Simple REST API with Spring Boot and Spring Data JPA" of the series "Java Programming for Complete Beginners - Java 16".In...