Instructional Video8:28
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - Introduction to Variables in Java

Higher Ed
This video talks about variables in 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 this section, we will...
Instructional Video4:27
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - Building REST API to Create a New Course – POST

Higher Ed
In this lesson, we will build REST API to create a new course. 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 section, we...
Instructional Video2:53
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 12 - OPTIONAL HANDS ON - Installing Docker

Higher Ed
In this lesson, we will learn how to install Docker. 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 section, we will focus on...
Instructional Video3:03
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Building REST API to Delete a Course – DELETE

Higher Ed
In this lesson, we will build REST API to delete a course. 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 section, we will...
Instructional Video5:00
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Setting up New Spring Boot Project with Spring Initializer

Higher Ed
In this section, we will start setting up a simple Spring Boot project. This clip is from the chapter "Getting Started with Spring Boot" of the series "Java Programming for Complete Beginners - Java 16".This section focusses on building...
Instructional Video4:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Setting up New Spring Project with Spring Initializer

Higher Ed
In this session, we will create a spring project using the Spring Initializer. This clip is from the chapter "Getting Started with Spring Framework" of the series "Java Programming for Complete Beginners - Java 16".This section primarily...
Instructional Video4:04
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 16 - Exploring Spring Projects

Higher Ed
This video provides a detailed understanding of Spring projects. This clip is from the chapter "Getting Started with Spring Framework" of the series "Java Programming for Complete Beginners - Java 16".This section primarily focuses on...
Instructional Video2:29
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 – Conclusion

Higher Ed
Let's recap and conclude. This clip is from the chapter "More Concurrency with Concurrent Collections and Atomic Operations" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will learn more about...
Instructional Video4:24
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - Need for ConcurrentMap

Higher Ed
In this session, we will learn about need for ConcurrentMap. This clip is from the chapter "More Concurrency with Concurrent Collections and Atomic Operations" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video6:44
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Throwing an Exception - Currencies Do Not Match Runtime Exception

Higher Ed
In this session, we will learn about throwing an exception - Currencies Do Not Match Runtime exception. This clip is from the chapter "Introduction to Exception Handling" of the series "Java Programming for Complete Beginners - Java...
Instructional Video6:20
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Checked Exceptions versus Unchecked Exceptions - an Example

Higher Ed
In this session, we will learn about checked exceptions versus unchecked exceptions - an example. This clip is from the chapter "Introduction to Exception Handling" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video4:50
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Creating a Thread for Task2 - Implement Runnable Interface

Higher Ed
In this session, we will learn about creating a thread for Task2 - implement runnable interface. This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video6:07
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Creating a Thread for Task1 - Extending Thread Class

Higher Ed
In this session, we will learn about creating a thread for Task1 - extending thread class. This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video4:49
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 12 - Optional class in Java - an Introduction

Higher Ed
In this session, we will learn about optional class in Java - an introduction. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video4:37
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - List Interface - Immutability and Introduction of Implementations – Array

Higher Ed
In this session, we will learn about list interface - immutability and introduction of implementations – array. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video5:04
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - Introduction to Variable Arguments – Basics

Higher Ed
In this session, we will learn about introduction to variable arguments – basics. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore...
Instructional Video5:32
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - List Interface Implementations - ArrayList Versus LinkedList

Higher Ed
In this session, we will learn about list interface implementations - ArrayList versus LinkedList. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video6:32
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 21 - Introduction to PriorityQueue - Basic Methods and Customized Priority

Higher Ed
In this session, we will learn about introduction to PriorityQueue - basic methods and customized priority. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video5:58
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 17 - Java Interface - Example 2 - Complex Algorithm - API Defined by extern

Higher Ed
In this session, we will learn about Java interface - example 2 - complex algorithm - API defined by extern. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java...
Instructional Video4:37
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - First Look at ArrayList - an Introduction

Higher Ed
In this session, we will take a first look at ArrayList - an introduction. This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore Java...
Instructional Video6:54
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Java For Loop - Exercise - Sum Upto N Numbers and Sum of Divisors

Higher Ed
In this video, we will learn about Java for loop - exercise - sum upto n numbers and sum of divisors. This clip is from the chapter "Loops" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video3:51
Curated Video

Python 3 for Beginners: Python List Manipulation and Functions

Higher Ed
In this video, we learn about some basic operations that can be performed on Python lists, such as sorting a list, concatenating multiple lists, determining the length of a list, and generating a list of numbers using the range function....
Instructional Video4:33
Curated Video

Python 3 for Beginners: Python Standard Library and Creating Modules in Python

Higher Ed
In this educational video, you'll learn about the Python Standard Library and how to take advantage of its modules to simplify your coding process. The video demonstrates how to use existing modules for tasks such as reading and writing...
Instructional Video6:34
Curated Video

Python 3 for Beginners: Importing, Using, and Managing Module Search Path

Higher Ed
In this video, you will learn about Python modules - files with a .py extension that contain a set of attributes, methods, and classes. You will learn how to include modules in your Python program using the import statement followed by...