Curated Video
I WONDER - Who Invented JAVA?
This video is answering the question of who invented JAVA.
Curated Video
I WONDER - What Systems Use JAVA?
This video is answering the question of what systems use JAVA.
Curated Video
I WONDER - How Popular Is JAVA?
This video is answering the question of how popular is JAVA.
APMonitor
Java ☕ Operators
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...
Curated Video
Describe computer programming : Basics of Python
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...
Ancient Lights Media
Indonesia
Video Atlas of Asia: This clip looks at the physical features, climate and culture of Indonesia.
Packt
Use different data types : Data Types
From the section: Jumping In. This section will cover topics such as syntax, variables, data types, strings, and many more. Jumping In: Data Types
Curated Video
DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Introduction
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,...
Curated Video
Java 11 Programming for Beginners 3.3: Inheritance — The Non-Taxable Kind
Showcase the heaviest concept in OOP by example. • Build a second bot by leveraging the first • Go through theory
Packt
Importance of Maven in Framework Development
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...
Packt
Java Consumer Inside a Consumer Group
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...
Curated Video
Core Java Programming Course- Arithmetic Operators in Java
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...
Packt
Importance of Classes and Objects in Java
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...
Learn French With Alexa
GCSE French Speaking: How would your ideal holidays be?
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)
APMonitor
Java ☕ Methods
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...
APMonitor
Java ☕ Classes and Objects
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...
Packt
Usage of Methods in Java
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...
Neuro Transmissions
The Science Behind Jedi Mind Tricks
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...
Packt
Sending Array of Products to Cart for Checkout
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...
Curated Video
Complete Python Scripting for Automation - Practice-2: Platform independent script to find the java version
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...
Curated Video
Comprehensive Android Developer Bootcamp - Adding Animation Listener Red Background
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...
APMonitor
Java ☕ Variables
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...
Curated Video
Implement logical operations in a computer program : Exploring Logical Operators – Part 1
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,...
Packt
Importance of Finally Block in Java
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.