Instructional Video1:54
NASA

NASA | Shadow of the Moon

3rd - 11th
On March 20th, 2015, the Moon’s shadow will create a total solar eclipse. This video presents several visualizations of what this shadow would look like from space, and highlights the areas of the world in the path of the umbra and...
Instructional Video0:19
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Strings"

Higher Ed
Overview of the string object. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by value features of Java.
Instructional Video2:52
Curated Video

Complete Java SE 8 Developer Bootcamp - The Collection Interface

Higher Ed
The most general interface that can be used with many collection classes (excluding maps). This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to collections, list,...
Instructional Video1:47
Curated Video

Complete Java SE 8 Developer Bootcamp - The Exception Object

Higher Ed
Learn more about exception which is subtype of throwable, with methods for learning about what went wrong during the execution of a program. This clip is from the chapter "Exception Handling" of the series "Complete Java SE 8 Developer...
Instructional Video3:45
Curated Video

Complete Java SE 8 Developer Bootcamp - Iterator

Higher Ed
An iterator provides a polymorphic way of looping through a collection. 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,...
Instructional Video7:22
Curated Video

Complete Java SE 8 Developer Bootcamp - Lambda Expressions

Higher Ed
A lambda expression allows us to use a terse syntax to define the implementation of a functional interface. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE 8 Developer Bootcamp".In...
Instructional Video7:29
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 10-Setting Up Maven, Tomcat, and a Simple JEE Application

Higher Ed
This video demonstrates how to set up Maven, Tomcat, and a simple JEE application. This clip is from the chapter "Quick Preview-Web Applications with Spring MVC" of the series "Spring Framework Master Class - Java Spring the Modern...
Instructional Video3:29
NASA

A Total Solar Eclipse Revealed Solar Storms 100 Years Before Satellites

3rd - 11th
Eclipses set the stage for historic science. NASA is taking advantage of the Aug. 21, 2017 eclipse by funding 11 ground-based scientific studies. As our scientists prepare their experiments for next week, we're looking back to an...
Instructional Video3:23
Curated Video

Complete Java SE 8 Developer Bootcamp - Getters and Setters: Part 2

Higher Ed
Learn the benefits of encapsulation. This clip is from the chapter "Encapsulation" of the series "Complete Java SE 8 Developer Bootcamp".In this section, the author covers encapsulation as part of Java course.
Instructional Video7:42
Curated Video

Complete Java SE 8 Developer Bootcamp - Encapsulation and Data Hiding

Higher Ed
Learn to design flexible and robust programs with encapsulation feature. This clip is from the chapter "Encapsulation" of the series "Complete Java SE 8 Developer Bootcamp".In this section, the author covers encapsulation as part of Java...
Instructional Video0:21
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Java Syntax"

Higher Ed
The author introduces various Java syntax’s. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals, operators, loops and enumeration.
Instructional Video3:04
Curated Video

Complete Java SE 8 Developer Bootcamp - Comments

Higher Ed
Comments are used as block of text in code that are intended for other developers. This part of statement is excluded from normal code execution. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete...
Instructional Video0:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Static, Scope, and Garbage Collection"

Higher Ed
In this video, you will learn about the core technologies used in Ethernet. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use...
Instructional Video5:43
Curated Video

Complete Java SE 8 Developer Bootcamp - Catching Exceptions

Higher Ed
Learn to catch an exception with JVM which looks for code to handle exception once a throwable is thrown. This clip is from the chapter "Exception Handling" of the series "Complete Java SE 8 Developer Bootcamp".null
Instructional Video0:21
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Dates and Time"

Higher Ed
The author introduces you to Java Date/ Time package. This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about immutable class to represent a date.
Instructional Video11:33
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Creating a Project Template in Cucumber

Higher Ed
This video explains how to create a project template in Cucumber. This clip is from the chapter "Maven and Cucumber Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basics of...
Instructional Video11:18
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Creating a Maven Project and Importing into Eclipse

Higher Ed
This video demonstrates how to create a Maven project and import it into Eclipse. This clip is from the chapter "Maven and Cucumber Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section...
Instructional Video3:21
NASA

NASA | Need To Know: Lunar Eclipse and LRO

3rd - 11th
On April 15th, 2014 there will be a total lunar eclipse visible from North America. Noah Petro, LRO Deputy Project Scientist, discusses this unique event and what effect it will have on the Lunar Reconnaissance Orbiter (LRO).
Instructional Video1:27
NASA

NASA | 2016 Science - Seeing the Inner Corona

3rd - 11th
Scientists Nelson Reginald and Natchimuthuk Gopalswamy describe the experiment they will do during the 2016 eclipse in Indonesia. As the moon slowly covers the face of the sun on the morning of March 9, 2016, in Indonesia, team of NASA...
Instructional Video2:03
NASA

An EPIC View of the Moon’s Shadow During the June 10 Solar Eclipse

3rd - 11th
NASA’s EPIC, Earth Polychromatic Imaging Camera (EPIC), sits aboard NOAA’s Deep Space Climate Observatory Satellite (DSCOVR). EPIC provides high-quality, color images of Earth, which are useful for monitoring factors like the planet’s...
Instructional Video14:34
Packt

Parameterizing Selenium Tests with Cucumber

Higher Ed
This video explains how to parameterize Selenium tests with Cucumber. This clip is from the chapter "Cucumber Behavior Driven Data – Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video2:32
Curated Video

Complete Java SE 8 Developer Bootcamp - Predicate

Higher Ed
A predicate is a general functional interface that is provided by the Java SE API. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we use marker...
Instructional Video9:03
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Java Integer Data Types - Exercises - BiNumber - Add, Multiply, and Double

Higher Ed
In this video, we will learn about Java integer data types - exercises - BiNumber - add, multiply, and double. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners -...
Instructional Video4:26
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 4-Save Actions

Higher Ed
This video focuses on the save actions. This clip is from the chapter "Basic Tools and Framework - Eclipse in 5 steps" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section presents an overview of the...