Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 25 - Java Conditionals and If Statement - Exercise Solutions
This video talks about Java conditionals and if statement - exercise solutions.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 24 - Java Conditionals and If Statement - Exercise Statements
This video talks about Java conditionals and if statement - exercise statements.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 23 - Java Conditionals and If Statement – Introduction
This video talks about Java conditionals and if statement – introduction.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Java Tip - String Concatenation
This video talks about string concatenation.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 14 - Introduction to Variables in Java - Exercises and Puzzles
This video talks about variables in Java - exercises and puzzles.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 13 - Introduction to Variables in Java
This video talks about variables in Java.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - Advanced Printing Output to Console with Java – Exercises
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Advanced Printing Output to Console with Java
This video talks about advanced printing output to the console with Java.
Curated Video
Learn Java from Scratch - A Beginner's Guide - JShell Tip - Multiple Lines of Code
This video talks about JShell tip - multiple lines of code.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Printing Output to Console with Java – Puzzles
In this video, you will solve some puzzles related to printing output to the console with Java and learn more about the topic.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Printing Output to Console with Java - Exercise Solutions
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 14 - Spring Framework Bean Auto Wiring - Primary and Qualifier Annotations
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.
Curated Video
Chatbots Development with Amazon Lex - Starting Lambda Code
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 3 - Single Inheritance
This video focuses on rectifying the code using the break statement that will handle the unwanted comments appearing in the ATM system,
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 1 - Interface Example
This video demonstrates how to simulate a real-world ATM program using a UML example.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 5
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 3
In part 3 of the payroll system, we will look at using the paystub method for our employee classes created in the system.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Custom Message Based on Weekday
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Exception Handling
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Const, Enum, Static, Final
In this lecture, we will learn about constants and static variables and how to create variables using the final and static methods.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Inheritance
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Calculate Test Score Average
It is time to put all the knowledge we gained from the previous lessons into creating a program that tests the scoring average.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Methods
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Arrays
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.