Instructional Video0:26
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Getting Started with Java"

Higher Ed
Get an overview of getting started with Java. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview of features of Java programming language....
Instructional Video6:27
Curated Video

Complete Java SE 8 Developer Bootcamp - Interface: Part 3

Higher Ed
Learn benefits of using interfaces. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer Bootcamp".Create abstract classes and interfaces on getting familiar in this section.
Instructional Video3:36
Curated Video

Complete Java SE 8 Developer Bootcamp - When Arrays Are Not Enough

Higher Ed
The difference between arrays and collections. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to collections, list, sets, queues, deques and maps: - types of...
Instructional Video4:15
Curated Video

Complete Java SE 8 Developer Bootcamp - Multi- Dimensional Arrays

Higher Ed
A multi-dimensional array holds one or more arrays. This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to store information.
Instructional Video5:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Abstract Classes: Part 2

Higher Ed
More examples of using abstract classes. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer Bootcamp".Create abstract classes and interfaces on getting familiar in this section.
Instructional Video3:14
Curated Video

Complete Java SE 8 Developer Bootcamp - Installing the Java SE Development Kit 8 (JDK)

Higher Ed
Installation of JDK, which is necessary for lab assignments. This clip is from the chapter "Welcome!" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we are introduced to the author and also learn more about the...
Instructional Video3:01
Curated Video

Apache Maven Beginner to Guru - Using Maven Surefire for JUnit 4 Unit Tests

Higher Ed
This video explains how to use Maven Surefire for JUnit 4 unit tests. This clip is from the chapter "Testing with Maven" of the series "Apache Maven: Beginner to Guru".This section explains how to test builds with Maven.
Instructional Video2:34
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 00 - Installing Eclipse - Windows

Higher Ed
In this lesson, we will learn how to install Eclipse in the Windows system. This clip is from the chapter "Introduction to Eclipse - First Java Project" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Instructional Video6:05
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Create and Compile Planet.java Class

Higher Ed
In this video, we will learn about create and compile the Planet.java class. This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video6:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Create a Method in a Java Class

Higher Ed
In this video, we will learn about create a method in a Java class. This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into...
Instructional Video8:56
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Iteration 3 - Loose Coupling Level 2 - Spring Framework

Higher Ed
In this session, we will be implementing loose coupling level two. 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 Video3:57
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 05 - Iteration 2 - Loose Coupling Level 1 – Interfaces

Higher Ed
In this session, we will implement loose coupling using interfaces. 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 Video3:20
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Troubleshooting Java Installation

Higher Ed
In this lesson, we will troubleshoot the Java installation. This clip is from the chapter "Installing Java" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will install Java and set a path for...
Instructional Video7:12
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Recursively List and Filter All Files and Folders in Directory

Higher Ed
In this session, we will learn about recursively list and filter all files and folders in directory. This clip is from the chapter "Files and Directories" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Instructional Video4:31
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 14 - Exception Handling - Conclusion with Best Practices

Higher Ed
In this session, we will learn about exception handling - conclusion with best practices. This clip is from the chapter "Introduction to Exception Handling" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video4:09
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Java Dates - Introduction to LocalDate, LocalTime, and LocalDateTime

Higher Ed
In this video, we will learn about Java dates - introduction to LocalDate, LocalTime, and LocalDateTime. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Instructional Video16:02
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Performance and Complexity

Higher Ed
Learn to measure performance and complexity of your code and relation between the two. This clip is from the chapter "Complexity Analysis and the Big-O Notation" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this...
Instructional Video8:08
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Spark Architecture and Ecosystem

Higher Ed
Learn and explore the Spark architecture and ecosystem in this lesson. This clip is from the chapter "Introduction to Hadoop, Spark Ecosystems and Architectures" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This...
Instructional Video5:53
Curated Video

Java 11 Programming for Beginners 4.3: Working with Strings, Characters, and Regular Expressions

Higher Ed
Strings and regular expressions are key to everyday Java programming. This video gives an overview of how to use them. • Three slides to explain string and regular expression • Use regex in code to split a word • Use string functions to...
Instructional Video8:10
Brainwaves Video Anthology

Lanoke Intan Paradita - Teaching in the Global Pandemic - Indonesia

Higher Ed
Lanoke Intan Paradita is an English Language Instructor at Pusat Pelatihan Bahasa UMY, Yogyakarta, Indonesia. She studied English literature at Sanata Dharma University and went to SMU Tirtonirmolo.
Instructional Video2:31
Curated Video

Core Java Programming Course- Tree Set

Higher Ed
This video explains the Tree set. This clip is from the chapter "Sets and Maps" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various sets and maps available in Java.
Instructional Video5:53
Curated Video

Core Java Programming Course- "For" Loop in Java

Higher Ed
This video explains the "For" loop. 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 basic concepts that are needed...
Instructional Video10:11
Packt

How can Java Classes Take Advantage of Interfaces?

Higher Ed
This video explains how Java classes can take advantage of interfaces. 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 Video5:35
Packt

Linux - Download Kafka and Setup PATH

Higher Ed
This video demonstrates how to download Kafka and setup PATH on a Linux system. This clip is from the chapter "Starting Kafka" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will understand...