Curated Video
Python 3 for Beginners: How to Execute Python Programs from Command Line on Windows, Mac, and Linux
This video teaches viewers how to execute Python programs in various ways. The tutorial covers executing Python programs on Windows by double-clicking the file or running it from the command prompt, and on Mac and Linux by setting the...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Exercise Solutions - Book Class and 3 Instances
In this video, we will learn about exercise solutions - Book class and 3 instances. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Introduction to Object-Oriented Programming - Exercise – Online Shopping
In this video, we will learn about object-oriented programming - exercise – online shopping. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 15 - Introduction to Java Constructors - Exercises and Puzzles
In this video, we will learn about introduction to Java constructors - exercises and puzzles. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - Getting Back to Multiplication Table - Creating a Method
In this video, we will learn about getting back to multiplication table - creating a method. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Introduction to Java Method Arguments – Exercises
In this video, we will learn about introduction to Java method arguments – exercises. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 25 - Java Conditionals and If Statement - Exercise Solutions
This video talks about Java conditionals and if statement - exercise solutions. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 19 - Understanding Primitive Variable Types in Java - Choosing a Type
This video talks about - understanding primitive variable types in Java - choosing a type. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Exploring New Java API - List Set and Map - copyOf Methods
Let's look at some newly introduced APIs. 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 06 - Method Access Modifiers - Public, Protected, Private, and Default
In this session, we will learn about method access modifiers - public, protected, private, and default. This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Curated Video
Java Programming for Complete Beginners - Java 16 - Java Tip 05 - Class Access Modifiers - Public and Default
In this session, we will learn about class access modifiers - public and default. 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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Basics of Handling Exceptions - Exception Hierarchy, Matching, and Catch
In this session, we will learn about basics of handling exceptions - exception hierarchy, matching, and catch. This clip is from the chapter "Introduction to Exception Handling" of the series "Java Programming for Complete Beginners -...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Communication between Threads - join Method
In this session, we will learn about communication between threads - join method. This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 15 - Behind the Screens with Functional Interfaces - Implement Function Int
In this session, we will learn about behind the screens with functional interfaces - implement function Int. 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 02 - OOPS Example - Fan Class - Deciding State and Constructors
In this session, we will learn about OOPS example - fan class - deciding state and constructors. 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 - Step 11 - Executor Service - Returning a Future from Thread Using Callable
In this session, we will learn about executor service - returning a future from thread using callable. This clip is from the chapter "Introduction to Threads and Concurrency" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 25 - Map Interface - Comparison - HashMap Versus LinkedHashMap Versus TreeMap
In this session, we will learn about map interface - comparison - HashMap versus LinkedHashMap versus TreeMap. 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 03 - OOPS Example - Fan Class - Deciding Behavior with Methods
In this session, we will learn about OOPS example - fan class - deciding behavior with methods. 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 - Step 15 - Java Abstract Class – Puzzles
In this session, we will learn about Java abstract class – puzzles. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will revert to...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - String Concatenation and Join, Replace Methods
In this video, we will learn about - string concatenation and join, replace methods. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - String class - Exercise Solution and Some More Important Methods
In this video, we will learn about string class - exercise solution and some more important methods. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 00 - Java Reference Types - Section Introduction
In this video, we will learn about Java reference types - section introduction. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into string...
Curated Video
Python 3 for Beginners:Introduction to Variables and Strings
Welcome to this video where we will explore the basics of variables and strings in Python. We will learn how to assign values to variables, choose meaningful variable names, and manipulate strings using indices. We will also cover the...
Curated Video
Python 3 for Beginners: Introduction to Object-Oriented Programming and Methods in Python
Welcome to our tutorial on the fundamentals of object oriented programming in Python! In this lesson, we'll be covering the basics of objects and types in Python. You'll learn why everything in Python is an object and what types of...