Instructional Video0:52
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 00 - Installing Java - Overview

Higher Ed
This video provides an overview of the entire section.
Instructional Video4:21
Curated Video

Learn Java from Scratch - A Beginner's Guide - Introduction to the Course

Higher Ed
This video gives you an overview of the entire section.
Instructional Video8:56
Curated Video

Fundamentals of Neural Networks - VGG16

Higher Ed
This video explains VGG16 which is a convolutional neural network model proposed by K. Simonyan and A. Zisserman from the University of Oxford in the paper "Very Deep Convolutional Networks for Large-Scale Image Recognition". This clip...
Instructional Video2:23
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Understanding the Need for Java Spring Framework

Higher Ed
In this video, you will learn about the need for the Java Spring framework, including its features and benefits. We will also gain an understanding of how the Spring framework can help us develop complex, scalable applications quickly...
Instructional Video9:07
Instructional Video7:52
Instructional Video7:33
Instructional Video8:11
Instructional Video10:21
Instructional Video5:51
Instructional Video5:06
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Exploring New Java API - Files - readString and writeString Methods

Higher Ed
In this video, let's look at a few files-related methods that were introduced in JDK 11.
Instructional Video4:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Java Modularization - 04 - a Quick Review

Higher Ed
In this video, Let's look at some important points to remember about modularization.
Instructional Video8:59
Instructional Video5:34
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Java Modularization - 02 - Splitting Service and Consumer into JARs

Higher Ed
In this video, we will continue with our discussion of modularization and work on setting up the problem.
Instructional Video7:34
Instructional Video4:09
Instructional Video4:44
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Understanding Java New Features - an Overview

Higher Ed
In this video, let's look at the important Java features that were introduced across different Java releases.
Instructional Video6:07
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - List and ArrayList - Sorting - Providing Flexibility by Implementing Comparator

Higher Ed
In this video, we will continue our exploration of sorting List and ArrayList in Java and learn how to provide more flexibility by implementing the Comparator interface.
Instructional Video3:26
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - List and ArrayList - Sorting - Implementing Comparable Interface

Higher Ed
In this video, you will learn how to useList and ArrayList in Java for sorting by implementing the comparable interface.
Instructional Video8:57
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - List and ArrayList - Sorting - Introduction to Collections Sort Static

Higher Ed
In this video, we will explore the List and ArrayList classes and their sorting capabilities. Specifically, you will be introduced to the Collections.sort() static method.
Instructional Video7:24
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - List and ArrayList - Puzzles - Type Safety and Removing Integers

Higher Ed
In this video, you will learn about list and ArrayList with puzzles—type safety and removing integers.
Instructional Video6:56
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - List and ArrayList - Choosing Iteration Approach for Printing and Delete

Higher Ed
In this video, you will learn about list and ArrayList—choosing iteration approach for printing and deleting.
Instructional Video6:36
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - List Interface - Methods to Add, Remove, and Change Elements and Lists

Higher Ed
In this video, you will learn about the list interface and methods to add, remove, and change elements and lists.