Instructional Video6:31
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 25 - Java Conditionals and If Statement - Exercise Solutions

Higher Ed
This video talks about Java conditionals and if statement - exercise solutions.
Instructional Video2:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 24 - Java Conditionals and If Statement - Exercise Statements

Higher Ed
This video talks about Java conditionals and if statement - exercise statements.
Instructional Video7:59
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 23 - Java Conditionals and If Statement – Introduction

Higher Ed
This video talks about Java conditionals and if statement – introduction.
Instructional Video3:05
Instructional Video6:27
Instructional Video8:28
Instructional Video4:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - Advanced Printing Output to Console with Java – Exercises

Higher Ed
In this video, you will learn advanced techniques for printing output to the console with Java. The video covers several exercises to help you practice and solidify your understanding of the concepts.
Instructional Video6:41
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - Advanced Printing Output to Console with Java

Higher Ed
This video talks about advanced printing output to the console with Java.
Instructional Video2:13
Curated Video

Learn Java from Scratch - A Beginner's Guide - JShell Tip - Multiple Lines of Code

Higher Ed
This video talks about JShell tip - multiple lines of code.
Instructional Video8:01
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Printing Output to Console with Java – Puzzles

Higher Ed
In this video, you will solve some puzzles related to printing output to the console with Java and learn more about the topic.
Instructional Video3:58
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Printing Output to Console with Java - Exercise Solutions

Higher Ed
In this video, you will see the solutions for the exercises presented in the previous video, which cover printing output to the console with Java.
Instructional Video10:05
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 14 - Spring Framework Bean Auto Wiring - Primary and Qualifier Annotations

Higher Ed
This video covers the concept of bean auto-wiring in the Spring framework and discusses how we can list all beans managed by the Spring framework and what if multiple matching beans are available.
Instructional Video6:56
Curated Video

Chatbots Development with Amazon Lex - Starting Lambda Code

Higher Ed
In this video, we will prepare to write the code for the chatbot's functioning; we will import a few required libraries, including JSON, datetime, and time.
Instructional Video16:15
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 3 - Single Inheritance

Higher Ed
This video focuses on rectifying the code using the break statement that will handle the unwanted comments appearing in the ATM system,
Instructional Video17:47
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 1 - Interface Example

Higher Ed
This video demonstrates how to simulate a real-world ATM program using a UML example.
Instructional Video17:20
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 5

Higher Ed
In the final lesson on the payroll system, we will focus on grouping our employees' class based on the department they work in and make changes to our classes to display the results.
Instructional Video14:11
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 3

Higher Ed
In part 3 of the payroll system, we will look at using the paystub method for our employee classes created in the system.
Instructional Video7:23
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Custom Message Based on Weekday

Higher Ed
We will use all the concepts learned in this module and write a program that creates a custom message based on the day of the week.
Instructional Video2:38
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Exception Handling

Higher Ed
Here, we will look at exceptions or conditions that may arise during the execution of a Java program and understand the error or exception handling codes.
Instructional Video7:53
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Const, Enum, Static, Final

Higher Ed
In this lecture, we will learn about constants and static variables and how to create variables using the final and static methods.
Instructional Video8:09
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Inheritance

Higher Ed
In this video, we will look at inheritance in Java, where we have a superclass and a derived class, which inherits the attributes from the parent class.
Instructional Video6:09
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Calculate Test Score Average

Higher Ed
It is time to put all the knowledge we gained from the previous lessons into creating a program that tests the scoring average.
Instructional Video10:32
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Methods

Higher Ed
We will understand a method, a block of code that runs only when called and passes data known as parameters into a method. This helps us reuse code.
Instructional Video7:29
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Arrays

Higher Ed
In this video, we will learn about Java arrays, which store multiple values in a single variable instead of creating separate variables for each value.