Instructional Video2:53
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Debugging Problems

Higher Ed
This video tells you how to debug the problems. This clip is from the chapter "Before you start" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section introduces the course and includes lectures which...
Instructional Video2:12
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - What do you Need for this Course?

Higher Ed
This video tells you what you need for this course. This clip is from the chapter "Before you start" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section introduces the course and includes lectures which...
Instructional Video6:26
Packt

Explaining Function Overloading in Java with an Example

Higher Ed
This video explains function overloading in Java with an example. 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...
Instructional Video21:59
APMonitor

Java ☕ If Statements

10th - Higher Ed
We humans can make decisions. If someone tells you to turn off the stove if the food is done. You can go check the food and then either turn it off if it's done or leave it one if not. So far we have learned programming that let's us...
Instructional Video10:50
Curated Video

Comprehensive Android Developer Bootcamp - Adding the Description Method to the Class

Higher Ed
Introduction to Object Oriented Programming in Java:Adding the Description Method to the Class This clip is from the chapter "Introduction to Object Oriented Programming in Java" of the series "The Comprehensive Android Developer...
Instructional Video4:15
Curated Video

Comprehensive Android Developer Bootcamp - Android Fading Animation

Higher Ed
Android Animations:Android Fading Animation This clip is from the chapter "Android Animations" of the series "The Comprehensive Android Developer Bootcamp".This section show you how to add animations to you app to make it more engaging.
Instructional Video3:49
Curated Video

Java 11 Programming for Beginners 3.4: Working with Many Forms of Polymorphism

Higher Ed
Polymorphism is hard without examples, so we go through a few. • Build another bot and use it as an example for method overriding • Go through theory • Show an example for method overloading
Instructional Video15:18
Packt

Strategy to Access Excel Data

Higher Ed
This video discusses the strategy to access Excel data. This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video8:54
Packt

Running Test Cases in TestNG without Java Compiler

Higher Ed
This video explains how to run test cases in TestNG without a Java compiler. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...
Instructional Video12:40
Packt

Importance of Extensible Markup Language (XML) File in TestNG Configuration

Higher Ed
This video explains the importance of an XML file in TestNG configuration. This clip is from the chapter "Framework Part 1 - TestNG" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...
Instructional Video9:47
APMonitor

Java ☕ Course Introduction

10th - Higher Ed
The course is designed to start from no programming experience and guide a self-paced learner through the basics of Python. The 12 modules are run from Eclipse or another Java Integrated Development Environment (IDE). The tutorials start...
Instructional Video3:45
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - MacOS - Java Installation

Higher Ed
We will install Java in this session (macOS). This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will give you a detailed...
Instructional Video5:25
Curated Video

Apache Maven Beginner to Guru - Using Third-party Jars with the Command Line in Java

Higher Ed
This video demonstrates how to use the third-party jars with the command line in Java. This clip is from the chapter "Compiling Java" of the series "Apache Maven: Beginner to Guru".This section explains how to compile Java code.
Instructional Video5:46
Curated Video

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

Higher Ed
In this video, you will be able to install the plugins required for continuous integration with artificatory and GitHub. This clip is from the chapter "Continuous Integration and Continuous Deploy" of the series "DevOps with GIT(Flow)...
Instructional Video9:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Conversion

Higher Ed
Learn rules to assign one primitive value type to a different variable type and the concept of casting in this video. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer...
Instructional Video5:07
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Literals

Higher Ed
When a value is assigned to a primitive variable, the specific syntax used will determine their type. Learn these rules in this video. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8...
Instructional Video3:44
Curated Video

Complete Java SE 8 Developer Bootcamp - Marker and Functional Interfaces

Higher Ed
A marker interface has no methods, and a functional interface has only one abstract method. The latter is used with lambda expressions. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE...
Instructional Video2:23
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Understanding Iterations for Implementing Game Runner

Higher Ed
In this lesson, you will get an overview of a simple game runner application that we will be building. This clip is from the chapter "Getting Started with Spring Framework" of the series "Java Programming for Complete Beginners - Java...
Instructional Video5:54
Curated Video

Java 11 Programming for Beginners 1.4: Running Hello World

Higher Ed
This video guides you to use the basic setup from Video 1 and Video 2 to create your first simple Java program. • Write the Hello World Code • Run Hello World in the IDE • Run Hello World from the command line
Instructional Video8:49
Packt

Integrating Project to Jenkins Continuous Integration (CI) Tool

Higher Ed
This video explains how to integrate the project to Jenkins CI tool. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video13:52
Curated Video

Comprehensive Android Developer Bootcamp - Understanding Android Activities and Life Cycle Callbacks

Higher Ed
Understanding Android Activities and Life Cycles:Understanding Android Activities and Life Cycle Callbacks This clip is from the chapter "Understanding Android Activities and Life Cycles" of the series "The Comprehensive Android...
Instructional Video7:37
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 14 - Java Abstract Class - First Example - Creating Recipes with Template M

Higher Ed
In this session, we will learn about Java abstract class - first example - creating recipes with template M. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java...
Instructional Video6:07
Curated Video

Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 3

Higher Ed
Here, we use the “Car” class and also demonstrate the return feature. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack &...
Instructional Video6:08
Curated Video

Complete Java SE 8 Developer Bootcamp - Initialization Blocks

Higher Ed
We can initialize an object with initialization blocks other than constructors. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses...