Instructional Video0:54
Curated Video

I WONDER - Who Invented JAVA?

Pre-K - 5th
This video is answering the question of who invented JAVA.
Instructional Video0:46
Curated Video

I WONDER - What Systems Use JAVA?

Pre-K - 5th
This video is answering the question of what systems use JAVA.
Instructional Video0:48
Curated Video

I WONDER - How Popular Is JAVA?

Pre-K - 5th
This video is answering the question of how popular is JAVA.
Instructional Video18:30
APMonitor

Java ☕ Operators

10th - Higher Ed
You can think of programming like extra powerful math. Instead of working with just numbers, you can work with many different kinds of data. Just like math, programming uses special symbols called operators to make changes to and to...
Instructional Video3:47
Curated Video

Describe computer programming : Basics of Python

Higher Ed
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will walk you an overview about the Python. • Go to the Python.org...
Instructional Video7:05
Ancient Lights Media

Indonesia

6th - 8th
Video Atlas of Asia: This clip looks at the physical features, climate and culture of Indonesia.
Instructional Video3:43
Packt

Use different data types : Data Types

Higher Ed
From the section: Jumping In. This section will cover topics such as syntax, variables, data types, strings, and many more. Jumping In: Data Types
Instructional Video6:41
Curated Video

DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Introduction

Higher Ed
This clip is from the chapter "Introduction" of the series "DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA".This is the first section of the course that helps to understand the philosophy of DevOps, benefits of DevOps,...
Instructional Video2:17
Curated Video

Java 11 Programming for Beginners 3.3: Inheritance — The Non-Taxable Kind

Higher Ed
Showcase the heaviest concept in OOP by example. • Build a second bot by leveraging the first • Go through theory
Instructional Video10:58
Packt

Importance of Maven in Framework Development

Higher Ed
This video discusses the importance of Maven in developing the framework. This clip is from the chapter "Framework Part 3 - Maven Build Management Tool" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video6:29
Packt

Java Consumer Inside a Consumer Group

Higher Ed
This video explains how to create Kafka consumer inside a consumer group in Java. This clip is from the chapter "Kafka Java Programming 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will...
Instructional Video5:41
Curated Video

Core Java Programming Course- Arithmetic Operators in Java

Higher Ed
This video explains the different arithmetic operators in Java. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the...
Instructional Video7:30
Packt

Importance of Classes and Objects in Java

Higher Ed
This video discusses the importance of classes and objects in Java. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video9:09
Learn French With Alexa

GCSE French Speaking: How would your ideal holidays be?

9th - 12th
In this video we look at this question: Comment seraient tes vacances idéales ? - How would your ideal holidays be? (AQA Theme 1 - Identity and culture, Topic 3 - Media and free time)
Instructional Video11:58
APMonitor

Java ☕ Methods

10th - Higher Ed
A method is a reusable bit of code that you can activate or call at any point in your code. Writing a Method In a previous lesson, we wrote a short program that printed out the temperatures of lab one and lab two. We may want to do this...
Instructional Video10:48
APMonitor

Java ☕ Classes and Objects

10th - Higher Ed
One of the biggest advancements in programming in the last few decades is called object oriented programming. Many of the most used programming languages today, including Java, are object oriented. This means that programmers can...
Instructional Video7:55
Packt

Usage of Methods in Java

Higher Ed
This video explores the usage of methods in Java. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video8:19
Neuro Transmissions

The Science Behind Jedi Mind Tricks

12th - Higher Ed
These aren't the droids you're looking for. But it is the video you're looking for! Jedi mind tricks are one of the most interesting incarnations of the Force. They seem almost magical. However, in this video, we see that Jedi mind...
Instructional Video13:42
Packt

Sending Array of Products to Cart for Checkout

Higher Ed
This video explains how to send an array of products to a cart for checkout. This clip is from the chapter "Deep Dive into Functional Testing with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video16:13
Curated Video

Complete Python Scripting for Automation - Practice-2: Platform independent script to find the java version

Higher Ed
subprocess Module: To execute any Operating System Commands with python: Practice-2: Platform independent script to find the java version This clip is from the chapter "subprocess Module: To execute any Operating System Commands with...
Instructional Video4:32
Curated Video

Comprehensive Android Developer Bootcamp - Adding Animation Listener Red Background

Higher Ed
Building a Trivia App:Adding Animation Listener Red Background This clip is from the chapter "APP –Building a Trivia App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your own...
Instructional Video16:30
APMonitor

Java ☕ Variables

10th - Higher Ed
One of the most useful resources in all of programming are variables. Just like in math, a variable is a container that represents a value that can change. Let's say you are designing a program that makes automatically makes birthday...
Instructional Video6:07
Curated Video

Implement logical operations in a computer program : Exploring Logical Operators – Part 1

Higher Ed
From the section: Introduction to Decision Statements and Control Flow. In this section, you will be introduced to Java's decision statements and control flow constructs. This will include getting to know the Java keywords of if if/else,...
Instructional Video6:11
Packt

Importance of Finally Block in Java

Higher Ed
This video explains the importance of the Finally block in Java. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core Java.