Instructional Video8:36
Curated Video

Complete Java SE 8 Developer Bootcamp - Coding Standards

Higher Ed
Learn the conventions that most Java developers use when writing applications. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on...
Instructional Video0:22
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Introduction to Objects"

Higher Ed
An overview of the topics covered in this section. 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 & heap, objects and...
Instructional Video5:20
Curated Video

Complete Java SE 8 Developer Bootcamp - Limitations of Collections

Higher Ed
Collections are unable to store primitives. However, the Java SE API provides "wrapper" classes which enable primitive values to be added to a collection. This clip is from the chapter "More with Collections" of the series "Complete Java...
Instructional Video6:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Interfaces: Part 1

Higher Ed
Learn more about interfaces, which define a role that a class can fulfill. Like abstract classes, an interface enables objects to be treated polymorphically. This clip is from the chapter "Abstract Classes and Interfaces" of the series...
Instructional Video2:50
Curated Video

Complete Java SE 8 Developer Bootcamp - Throwable

Higher Ed
A Throwable is an object that contains error or exception information. This clip is from the chapter "Exception Handling" of the series "Complete Java SE 8 Developer Bootcamp".null
Instructional Video3:00
Curated Video

Complete Java SE 8 Developer Bootcamp - Varargs

Higher Ed
Varargs allows methods to take zero or more objects. 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...
Instructional Video11:16
Curated Video

Complete Java SE 8 Developer Bootcamp - Arrays

Higher Ed
Arrays are capable of holding multiple primitives and objects that are of same polymorphic type. This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of...
Instructional Video6:43
Curated Video

Excel VBA Programming The Complete Guide - Methods with Multiple Arguments

Higher Ed
Some object methods can accept multiple arguments. In this lesson, we continue exploring the Workbooks.Open method and two of its parameters -- FileName and ReadOnly. Arguments can be fed in sequentially or with named parameters -- both...
Instructional Video20:59
Curated Video

Bash Shell Scripting- Introduction to Loops

Higher Ed
This video introduces you to loops. This clip is from the chapter "Loops and Loop control statements - Part 1" of the series "Complete Bash Shell Scripting".This section is the first part that explains Loops and Loop control statements.
Instructional Video5:29
Packt

Using Object.create

Higher Ed
Object Oriented JavaScript - ES5 & ES2015: Using Object.create This clip is from the chapter "Object Oriented JavaScript - ES5 & ES2015" of the series "Modern JavaScript from the Beginning".In this section, you will learn the object...
Instructional Video8:15
Curated Video

Complete Java SE 8 Developer Bootcamp - Pass By Value: Primitives

Higher Ed
This video details how primitive arguments are handled in Java. 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 Video4:15
Curated Video

Complete Java SE 8 Developer Bootcamp - Finally Block

Higher Ed
Finally is an optional part of a try/catch block, which ensures that code will be run in any circumstance. 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 "Exception Handling"

Higher Ed
Learn more on exception handling. This clip is from the chapter "Exception Handling" of the series "Complete Java SE 8 Developer Bootcamp".null
Instructional Video4:08
Curated Video

Complete Java SE 8 Developer Bootcamp - Lists

Higher Ed
A list is a collection that retains the order the objects were added to it (unless it is sorted). In addition it permits duplicate objects. Learn more about lists. This clip is from the chapter "Collections" of the series "Complete Java...
Instructional Video8:05
Curated Video

Excel VBA Programming The Complete Guide - The Object Data Type

Higher Ed
A variable supports more than just primitive data types like numbers and strings. It can also be assigned to any object in the Excel Object Model -- a Worksheet, a Workbook, etc. The design allows for code to be tighter and leaner. In...
Instructional Video15:04
Packt

ES6 Aside: Object Property Shorthand and Destructuring

Higher Ed
Asynchronous Node.js (Weather App): ES6 Aside: Object Property Shorthand and Destructuring This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this...
Instructional Video7:50
Packt

Object Literals

Higher Ed
JavaScript Language Fundamentals: Object Literals This clip is from the chapter "JavaScript Language Fundamentals" of the series "Modern JavaScript from the Beginning".In this section, you will learn the important fundamentals and...
Instructional Video4:47
Curated Video

C++ 20 (2a) New Features - std::format: Placeholders and Syntax

Higher Ed
This video shows formal syntax for formatting library mini language and how to use placeholders and placeholder IDs. • Define simple text with integers and switch placeholders using IDs • Consider formal syntax of std::format and compare...
Instructional Video6:24
Curated Video

Excel VBA Programming The Complete Guide - Get Last Row of Data in Worksheet

Higher Ed
Daily reports will often have a fluctuating number of rows. In this lesson, we introduce a convenient strategy to identify the last row of data in a sheet --- starting at the bottom of the spreadsheet and navigating upwards. This clip is...
Instructional Video6:40
Curated Video

Complete Java SE 8 Developer Bootcamp - JARs

Higher Ed
Learn how to create compressed files of applications and libraries called JARs. This clip is from the chapter "Packages" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to create packages to avoid name...
Instructional Video8:08
Curated Video

Complete Java SE 8 Developer Bootcamp - “this”-Part 1

Higher Ed
The author shows how we can use the “this” keyword for specific instance of a class that is in focus. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this...
Instructional Video5:04
Curated Video

Complete Java SE 8 Developer Bootcamp - Collections

Higher Ed
Learn the basic syntax for using 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, deques and maps: - types of...
Instructional Video3:09
Curated Video

Complete Java SE 8 Developer Bootcamp - Common Array Mistakes

Higher Ed
Avoid beginner mistakes. 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 Video8:14
Curated Video

Complete Java SE 8 Developer Bootcamp - DateTimeFormatter

Higher Ed
Learn to code with DateTimeFormatter to build date and time in custom manner. 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...