Instructional Video16:20
Curated Video

C++ Standard Template Library in Practice - Project - Classes and structures

Higher Ed
In this video, we will see the second part of our project.

• Create the classes and structures for our project activ
ities
• Present an example program that uses thes
e
concepts

This clip is from the chapter...
Instructional Video15:25
Curated Video

Comprehensive Android Developer Bootcamp - Showing Data in a Listview

Higher Ed
Android Listviews and RecyclerView Widgets:Showing Data in a Listview
r/>
This clip is from the chapter "Android Listviews and RecyclerView Widgets" of the series "The Comprehensive Android Developer Bootcamp".This section...
Instructional Video8:51
Curated Video

The Complete Java Developer Course: From Beginner to Master - The StringBuilder Class

Higher Ed
This video explains about the StringBuilder class.
r/>
This clip is from the chapter "Strings and the StringBuilder Class" of the series "The Complete Java Developer Course: From Beginner to Master".This section dives deeper...
Instructional Video8:18
Curated Video

REST APIs with Flask and Python - If Statements with the "in" Keyword

Higher Ed
This video explains how to use the "if" statements with the "in" keyword.
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that...
Instructional Video0:44
Curated Video

Python 3 for Beginners: Introduction to Variables and Strings

Higher Ed
In this video, we'll be diving into the world of variables and strings. By the end of this video, you'll have a clear understanding of what variables are and how to use them effectively in your code. We'll also explore the string data...
Instructional Video11:19
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Creating Custom Exceptions

Higher Ed
Exception Handling: Creating Custom Exceptions
r/>
This clip is from the chapter "Exception Handling" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn how exceptions...
Instructional Video7:25
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Constructors - this() and super()

Higher Ed
Basics of Object Oriented Programming: Constructors - this() and super()
r/>
This clip is from the chapter "Basics of Object Oriented Programming" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In...
Instructional Video4:05
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Compare JDK vs JVM vs JRE

Higher Ed
Java Platform: Compare JDK vs JVM vs JRE
r/>
This clip is from the chapter "Java Platform" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will be introduced to the concept of...
Instructional Video9:55
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Access Modifiers - public, private, protected and default

Higher Ed
Modifiers: Access Modifiers - public, private, protected and default
r/>
This clip is from the chapter "Modifiers" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn...
Instructional Video9:59
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Abstract Class

Higher Ed
Basics of Object Oriented Programming: Abstract Class
r/>
This clip is from the chapter "Basics of Object Oriented Programming" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section you...
Instructional Video17:25
Curated Video

Enhancing a Guessing Game in Scratch

Pre-K - Higher Ed
This tutorial series teaches basic programming concepts using Scratch through building a guessing game. In Lesson 10, students learn to enhance the game by allowing users to choose the difficulty level and tracking the number of...
Instructional Video12:26
Curated Video

Concatenating Strings and Variables in Small Basic

Pre-K - Higher Ed
This video tutorial introduces viewers to programming in Small Basic, focusing on input, output, and concatenation of strings and variables. Viewers learn how to interact with the computer, store user input in variables, and manipulate...
Instructional Video12:21
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Strings and Their Functions

Higher Ed
This video explains strings and their functions.
r/>
This clip is from the chapter "Understanding Object-Oriented Principles of Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section...
Instructional Video4:39
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - What is Encapsulation?

Higher Ed
Polymorphism and instanceof: What is Encapsulation?
r/>
This clip is from the chapter "More Object Oriented Programming Concepts" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you...
Instructional Video7:01
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Static variables and methods

Higher Ed
Modifiers: Static variables and methods
r/>
This clip is from the chapter "Modifiers" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about Access Modifiers, Final...
Instructional Video4:19
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Static and Member Initializers

Higher Ed
Miscellaneous Topics: Static and Member Initializers
r/>
This clip is from the chapter "Miscellaneous Topics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section addresses some miscellaneous...
Instructional Video8:20
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - MultiThreading - Need for Threads and Creating Threads

Higher Ed
Multithreading: MultiThreading - Need for Threads and Creating Threads
r/>
This clip is from the chapter "Multithreading" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will...
Instructional Video7:48
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Java New Features - Java 5, 6, 7 and 8

Higher Ed
New Features: Java New Features - Java 5, 6, 7 and 8
r/>
This clip is from the chapter "New Features" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn the new features...
Instructional Video4:00
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Java Classloaders

Higher Ed
Java Platform: Java Classloaders
r/>
This clip is from the chapter "Java Platform" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will be introduced to the concept of Spring...
Instructional Video5:47
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Inner Class and Static Inner Class

Higher Ed
Polymorphism and instanceof: Inner Class and Static Inner Class
r/>
This clip is from the chapter "More Object Oriented Programming Concepts" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this...
Instructional Video8:34
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Functional Programming Examples - Streams and Lambda Expressions

Higher Ed
Congratulations: Spring Master Class - Congratulations on Completing the CourseFunctional Programming - Lambda Expressions and Streams: Functional Programming Examples - Streams and Lambda Expressions
r/>
This clip is from the...
Instructional Video3:42
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Final method, variable and class

Higher Ed
Modifiers: Final method, variable and class
r/>
This clip is from the chapter "Modifiers" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about Access Modifiers, Final...
Instructional Video10:33
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - equals and hashCode methods

Higher Ed
Basics of Object Oriented Programming: equals and hashCode methods
r/>
This clip is from the chapter "Basics of Object Oriented Programming" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this...
Instructional Video18:40
Curated Video

Rust Programming Master Class from Beginner to Expert - Compound Data Types - Strings

Higher Ed
In this video, you will learn about compound data types such as strings.
<
br/>
This clip is from the chapter "Basic Programming" of the series "Rust Programming Master Class from Beginner to Expert".In this section, you will learn...